chirpstack / chirpstack-rest-api

ChirpStack gRPC API to REST proxy.
MIT License
17 stars 14 forks source link

How to change the API path ? #15

Open disk91 opened 1 year ago

disk91 commented 1 year ago

Hello,

I installed chirpstack-rest-api as a container and the service is mapped with nginx to the /rest-api/ path. as a consequence the rest api path is /rest-api/api/... it works well

but, the swagger ui documentation is /api/... so the online api test is not working.

Is there a way to change the swagger ui path to point to the right one ?