-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Correctly display Swagger docs when using reverse proxy #1596
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
Conversation
fa620bf to
d599d75
Compare
Codecov Report
@@ Coverage Diff @@
## master #1596 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 236 238 +2
Lines 7068 7187 +119
==========================================
+ Hits 7068 7187 +119
Continue to review full report at Codecov.
|
d2aae32 to
a94b5e1
Compare
|
Awesome, thanks @rkbeatss ! 🚀 🍰 I updated it a bit and included an optional parameter Given this solves the generation of OpenAPI schemas and the utils no longer need the I also checked/confirmed that this doesn't break the functionality with OAuth2 tokens by the spec, and to make sure they all stay compatible, I made those Thanks for your contribution! ☕ 🚀 🎉 |
|
I solved this issue using subapi: |
addressing #1294: root_path is now included in the servers object instead of in the path prefix. should more tests be added?