-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use Swagger for multiple instances? #138
Comments
Configure swagger prefix |
@kulterryan managed to make it work? |
Nope, using monorepo setup with elysia as packages. |
@kulterryan I sent a PR #171, with code to support multiple instances with different paths, I left an example code in the PR as well |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to use swagger for two different paths:
/api/frontend/docs
&/api/backend/docs
but both of them are showing the same paths, how can I create docs for both frontend and backend at different URLs?The text was updated successfully, but these errors were encountered: