Skip to content

RoutingMiddleware should sort paths #1879

@karisN

Description

@karisN

Connexion middleware sorts all available APIs from most specific to least because of starlettte's routing behavior

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions