webapi
webapi copied to clipboard
Handle case where there is no path in the Swagger file (/)
In this case, the endpoint would be just the base url.
We need to discuss how Webapi would handle this and consequently how we will be handling this in webapi-swagger
.
Currently, we are handling this with a temporary fix/hack of setting the route as Static "BaseRoute"
.