-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
Description
DocsController
should generate the three fields used by Swagger-UI to generate and show the 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: