Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Feb 27, 2024
1 parent 0346e98 commit de5a513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audit/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def app_init() -> FastAPI:
title="Audit Service",
version=version("audit"),
debug=debug,
root_path=config["DOCS_URL_PREFIX"],
# root_path=config["DOCS_URL_PREFIX"],
)
app.add_middleware(ClientDisconnectMiddleware)
app.async_client = httpx.AsyncClient()
Expand Down

0 comments on commit de5a513

Please sign in to comment.