Customizing Swagger Base URL Path for API Docs
is it possible to change the base url path for swagger docs? For example I managed to mount the HttpApi at a base path as follows:
In this setup swagger docs don't have this information as they are generated directly from the api spec, hence
In this setup swagger docs don't have this information as they are generated directly from the api spec, hence
Try it out does not function. Is there a different way to mount at a different base path or this info needs to be passed to the swagger docs generator? (the docs are mounted under the custom path as well)