We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1937c5 commit d1ef925Copy full SHA for d1ef925
coderbot/main.py
@@ -29,7 +29,7 @@
29
30
# Serve a custom version of the swagger ui (Jinja2 templates) based on the default one
31
# from the folder 'swagger-ui'. Clone the 'swagger-ui' repository inside the backend folder
32
-wagger_ui_options = SwaggerUIOptions(swagger_ui=True)
+swagger_ui_options = SwaggerUIOptions(swagger_ui=True)
33
app = connexion.App(__name__, swagger_ui_options=swagger_ui_options)
34
app.add_middleware(
35
CORSMiddleware,
0 commit comments