rstudio / plumber

Turn your R code into a web API.
https://www.rplumber.io
Other
1.39k stars 255 forks source link

how to redirect to /docs/ not the /__docs__/? #941

Open wikithink opened 9 months ago

wikithink commented 9 months ago

I have a problem,I have to redirect to /docs/ not the /__docs__/ in my team,but not using nginx,how to do that? I modify the ui.R,but error following: Fetch errorNot Found http://ip:port/docs/openapi.json

thanks very much!