-
-
Notifications
You must be signed in to change notification settings - Fork 775
Labels
PR welcomeWe would welcome and review a PR addressing this issueWe would welcome and review a PR addressing this issueenhancementgood first issue
Description
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
self.apis = utils.sort_apis_by_basepath(self.apis) |
Similar sorting algorithms should be done within an api's routes in the RoutingMiddleware
Metadata
Metadata
Assignees
Labels
PR welcomeWe would welcome and review a PR addressing this issueWe would welcome and review a PR addressing this issueenhancementgood first issue