Changing Swagger Docs Base URL Path for API Requests
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 correctly mounted at the base path, just that requests it makes are relative to root of the host)