We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Connexion middleware sorts all available APIs from most specific to least because of starlettte's routing behavior
connexion/connexion/middleware/main.py
Line 334 in 5d7eb0b
Similar sorting algorithms should be done within an api's routes in the RoutingMiddleware
The text was updated successfully, but these errors were encountered:
This is a good suggestion. We already have the functionality available, just need to call it at the right place.
Sorry, something went wrong.
Sort routes in RoutingMiddleware
d0a4d29
Fixes spec-first#1879
Successfully merging a pull request may close this issue.
Connexion middleware sorts all available APIs from most specific to least because of starlettte's routing behavior
connexion/connexion/middleware/main.py
Line 334 in 5d7eb0b
Similar sorting algorithms should be done within an api's routes in the RoutingMiddleware
The text was updated successfully, but these errors were encountered: