-
Notifications
You must be signed in to change notification settings - Fork 70
Description
I was using Traefik with these match rules.
Host(`domain.com`) && PathPrefix (`/api`)
This will route all domain.com
with the prefix /api
to the desired service which is our backend running Elysia with swagger. With #16 it was fixed to use the prefix from Elysia configuration, but on the latest version the Swagger option url is in the wrong url. (Does not respect prefix at all).
chaseWilliams and frankmayer
Metadata
Metadata
Assignees
Labels
No labels