Replies: 1 comment 1 reply
-
Hi, Why don't you make this request by specifying the base path? Do you have any hesitation? I could not fully understand. Can you check this link? https://swagger.io/docs/specification/2-0/api-host-and-base-path/ Also, does this method work for you?
This issue has been closed. maybe you want to check it out. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
When I'm calling method form SwaggerUI I would like to override the base path of url use by swagger.
This is how I'm loading SwaggerUI
So, I'm expecting Swagger to call
https://mydomain.priv/auth/api/v1/controller/method, instead of
https://mydomain.priv/v1/controller/method
How can I tell swagger to use /auth/api/ ?
Beta Was this translation helpful? Give feedback.
All reactions