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: do not pass basePath to aiohttp_apispec #182

Merged
merged 2 commits into from
Aug 9, 2024
Merged

fix: do not pass basePath to aiohttp_apispec #182

merged 2 commits into from
Aug 9, 2024

Commits on Aug 9, 2024

  1. fix: do not pass basePath to aiohttp_apispec

    Passing the basePath to the aiohttp_apispec.setup_aiohttp_apispec method
    caused that URL that were used from the Swagger UI added the path twice,
    resulting in 404 not found methods.
    
    Fixes #111
    alvarolopez committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3a368d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36574e0 View commit details
    Browse the repository at this point in the history