Skip to content

docs(routing): note that ConnexionMiddleware does not register routes#2120

Open
SAY-5 wants to merge 1 commit into
spec-first:mainfrom
SAY-5:docs-connexion-middleware-routes
Open

docs(routing): note that ConnexionMiddleware does not register routes#2120
SAY-5 wants to merge 1 commit into
spec-first:mainfrom
SAY-5:docs-connexion-middleware-routes

Conversation

@SAY-5
Copy link
Copy Markdown

@SAY-5 SAY-5 commented May 13, 2026

Fixes #1886.

Changes proposed in this pull request:

  • Add a note on the routing documentation explaining that ConnexionMiddleware does not register the OpenAPI operations as routes on the wrapped application, so callers either need to add routes for each operation or use AsyncApp/FlaskApp, as the maintainer agreed in the issue.

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.

Document that ConnexionMiddleware might require to specifiy routes explicitly

1 participant