Skip to content

Commit

Permalink
[Issue 1258] Fix format for local lib update (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch authored Mar 5, 2024
1 parent 7c064b1 commit 0deb411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def configure_app(app: APIFlask) -> None:
app.config["BASE_RESPONSE_SCHEMA"] = response_schema.ResponseSchema
app.config["HTTP_ERROR_SCHEMA"] = response_schema.ErrorResponseSchema
app.config["VALIDATION_ERROR_SCHEMA"] = response_schema.ErrorResponseSchema
app.config["SWAGGER_UI_CSS"] = '/static/swagger-ui.min.css'
app.config["SWAGGER_UI_CSS"] = "/static/swagger-ui.min.css"
app.config["SWAGGER_UI_BUNDLE_JS"] = "/static/swagger-ui-bundle.js"
app.config["SWAGGER_UI_STANDALONE_PRESET_JS"] = "/static/swagger-ui-standalone-preset.js"
# Removing because the server dropdown has accessibility issues.
Expand Down

0 comments on commit 0deb411

Please sign in to comment.