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 #183

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

alvarolopez
Copy link
Collaborator

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

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
Copy link

sonarcloud bot commented Aug 9, 2024

@IgnacioHeredia IgnacioHeredia merged commit 267ab6a into releases/2.x Aug 9, 2024
9 checks passed
@alvarolopez alvarolopez deleted the fix/111-2.x branch August 9, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants