Closed
Description
DocsController
should generate the three fields used by Swagger-UI to generate and show the
5AD8
Base Url:
basePath="/v0",
host="your.api.local",
schemes={"http", "https"},
NEVER specify these fields in the source code annotations as this will break deploying your app to environments using no/different basePath.
Update:
Only schemes
should be configurable, basePath
and host
can be fetched realtime.
More information: