Skip to content

Commit d1ef925

Browse files
committed
fix
1 parent f1937c5 commit d1ef925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderbot/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Serve a custom version of the swagger ui (Jinja2 templates) based on the default one
3131
# from the folder 'swagger-ui'. Clone the 'swagger-ui' repository inside the backend folder
32-
wagger_ui_options = SwaggerUIOptions(swagger_ui=True)
32+
swagger_ui_options = SwaggerUIOptions(swagger_ui=True)
3333
app = connexion.App(__name__, swagger_ui_options=swagger_ui_options)
3434
app.add_middleware(
3535
CORSMiddleware,

0 commit comments

Comments
 (0)