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

Fix quickstart WSGI example typo #1845

Merged
merged 1 commit into from
Jan 2, 2024
Merged

Conversation

rparini
Copy link
Contributor

@rparini rparini commented Dec 31, 2023

Small fix to the example code in the documentation for using the a2wsgi workaround. The app variable is not defined prior to app = ConnexionMiddleware(app)

Small fix to the example code in the documentation for using the `a2wsgi` workaround.
Copy link
Member

@RobbeSneyders RobbeSneyders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @rparini!

@RobbeSneyders RobbeSneyders merged commit f8f461c into spec-first:main Jan 2, 2024
1 check passed
mjp4 pushed a commit to mjp4/connexion that referenced this pull request Feb 9, 2024
Small fix to the example code in the documentation for using the
`a2wsgi` workaround. The `app` variable is not defined prior to `app =
ConnexionMiddleware(app)`
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.

None yet

2 participants