You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to add something in our grape swagger settings to be able to replace /public/ in all the paths with /service/ so that the outputted swagger matches the actual paths that one hits - is that currently possible in grape-swagger. I've been all through the docs and not found anything that looks like that option ...
The text was updated successfully, but these errors were encountered:
So we have paths like:
which get rewritten by another service like so
I'd like to be able to add something in our grape swagger settings to be able to replace
/public/
in all the paths with/service/
so that the outputted swagger matches the actual paths that one hits - is that currently possible in grape-swagger. I've been all through the docs and not found anything that looks like that option ...The text was updated successfully, but these errors were encountered: