basePath to "/"
davidesantangelo opened this issue · 3 comments
davidesantangelo commented
there is a way to specify basePath as root path "/"?
Thanks
fotinakis commented
This needs way more info. Have you tried something? What didn't work? What did you expect to happen?
davidesantangelo commented
i work on rails mutlitenant API that is not under /api folder because is only an API ex api.domain.com.
I want all requests in this way
http://api.domain.com/:tenant/v1/request
when i try to set base_path: "/" doc UI not work.
madakopihub commented
hi @davidesantangelo , i have some case with you. How you resolve it?