Skip to content
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

fix(swagger): root_path is used for static files #593

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

joker234
Copy link
Member

@joker234 joker234 commented Jun 21, 2023

Description

In deployment we are using a Proxy. Therefore we need to make sure all our paths are prepended with this proxy path. This is automatically done for the API, but not for swagger. This PR fixes this issue.

Corresponding issue

None

New or changed dependencies

None

Checklist

  • I have updated my branch to main (e.g. through git rebase main)
  • My code follows the style guide and was checked with pre-commit before committing
  • I have commented my code
  • I have updated the CHANGELOG.md

Please check all finished tasks. If some tasks do not apply to your PR, please cross their text out (by using ~...~) and remove their checkboxes.

@joker234 joker234 added bug Something isn't working documentation Improvements or additions to documentation api labels Jun 21, 2023
@joker234 joker234 added this to the Release 0.15.0 milestone Jun 21, 2023
@joker234 joker234 merged commit 3017f0c into main Jun 22, 2023
2 checks passed
@joker234 joker234 deleted the fix-root-path-swagger branch June 22, 2023 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants