We have our feathers API published under a path. Imagine something like api.domain.com/v2
To do that, we use a reverse proxy (Traeffik)
So the docs would be available under api.domain.com/v2/docs
However, the swagger file still appears in the root under api.domain.com/docs, while the whole feathers app runs under api.domain.com/v2. What should be doing?
We have our feathers API published under a path. Imagine something like
api.domain.com/v2To do that, we use a reverse proxy (Traeffik)
So the docs would be available under
api.domain.com/v2/docsHowever, the swagger file still appears in the root under
api.domain.com/docs, while the whole feathers app runs underapi.domain.com/v2. What should be doing?