Skip to content

Commit

Permalink
Dsiable syntax highlighting in Swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jan 16, 2024
1 parent abcf737 commit 94911c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

os.environ["OAUTHLIB_INSECURE_TRANSPORT"] = "1"

app = FastAPI(title="Raw Data API ")
app = FastAPI(title="Raw Data API ", swagger_ui_parameters={"syntaxHighlight": False})
app.include_router(auth_router)
app.include_router(raw_data_router)
app.include_router(tasks_router)
Expand Down

0 comments on commit 94911c0

Please sign in to comment.