You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hosting an api with basePath in swagger document not set or set to just a single slash ("/") does not seem to work.
With basePath set to "/", this library only listens to requests on a double slash ("//"). It seems it concatenates the basePath slash to the initial slash in resource paths. Requests with a single slash fail and return 404.
With basePath empty, I am not sure what routing pattern is being produced as I only get 404 responses.
Swagger ui in both cases ignores the basePath which seems a more reasonable behaviour.
The text was updated successfully, but these errors were encountered:
Hosting an api with basePath in swagger document not set or set to just a single slash ("/") does not seem to work.
With basePath set to "/", this library only listens to requests on a double slash ("//"). It seems it concatenates the basePath slash to the initial slash in resource paths. Requests with a single slash fail and return 404.
With basePath empty, I am not sure what routing pattern is being produced as I only get 404 responses.
Swagger ui in both cases ignores the basePath which seems a more reasonable behaviour.
The text was updated successfully, but these errors were encountered: