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
Actually, I don't think my propose PR fixes most of the issues if you're adding apis with a base path of "/" as well.
It'll get process twice, once by RouterMiddleware, then by SwaggerUIMiddleware, instead of a centralize list of routes putting the "/" at the end.
Thoughts from anyone who wants to serve swagger-ui at root?
Description
Unable to service swagger ui as index in v3
Flask app
Expected behaviour
It serves swagger index as index
Actual behaviour
The text was updated successfully, but these errors were encountered: