I've got swagger added to my Startup.cs file and it shows my api just fine except when someone changes the capitalization of the word "Help" in the url. If I put in the url like this: https://sitename/Help/index.html This takes me to my correct api documentation, but if I put in this: https://sitename/help/index.html This takes me to the default swagger petstore api
Can anyone help me out with this? The company I work for is requesting it to work the same with or without capitalizing "Help"