-
-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong redirect #65
Comments
+1! PR? |
This also prevents us from using this in the root of a project. I want mine to be on {
swagger: {
info: { title: '' },
},
exposeRoute: true,
routePrefix: '/',
} |
I'm currently swamped :/. It would be awesome to get a PR. |
allevo
added a commit
to allevo/fastify-swagger
that referenced
this issue
May 7, 2018
Merged
allevo
added a commit
that referenced
this issue
May 9, 2018
Closed
Merged
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The redirection should be made with an absolute url and redirect to
/documentation/index.html
https://github.com/fastify/fastify-swagger/blob/master/routes.js#L10
The text was updated successfully, but these errors were encountered: