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
After configuring springdoc.swagger-ui.path the initial html page is served from the configured path but other requests are served without the path #37
If you configure: springdoc.swagger-ui.path=foo then http://localhost:3006/foo/swagger-ui.html works great. The problem is it immediately redirects to http://localhost:3006/webjars/swagger-ui/index.html?url=/foo&validatorUrl=
This greatly complicates things like configuring servlet filters based on path.
Ideally, you can configure a path to serve swagger docs from and every resource is served from that path.