Open kulterryan opened 3 months ago
Configure swagger prefix
I'm doing it like this only.
@kulterryan managed to make it work?
@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
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?