-
Notifications
You must be signed in to change notification settings - Fork 257
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
Reitit Examples has a bug with Swagger #634
Comments
I also ran into this issue, and commenting out this line makes it so that both the swagger and open api load. Alternatively, if I define the
|
Thanks for noticing that! We forgot to update the example while working on #627 |
#637 will fix this, but the actual examples won't get fixed until we make a new release. The examples are based on released reitit versions so they won't see the fix from Our intention is to have swagger just ignore the unsupported per-content-type stuff. It was leaking through, which crashed the swagger generation. |
see also #639 |
Steps to reproduce
The source code does in fact define swagger.json endpoint.
The text was updated successfully, but these errors were encountered: