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

kwargs is not passed to "subapps" constructor in the "version_route_mapping" loop. #40

Open
CharlesOliveros opened this issue Apr 26, 2021 · 0 comments

Comments

@CharlesOliveros
Copy link

Describe the bug
The function "VersionedFastAPI" is receiving the "kwargs", but this is not passed to the constructor of each API Version in the "version_route_mapping" loop. This does not allow that the apps' versions have the same properties that the parent app.

Steps to reproduce the fix:

  1. Go to the function versioning.VersionedFastAPI, and add the kwargs in the FastAPI constructor.
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

No branches or pull requests

1 participant