Skip to content
Snippets Groups Projects
Commit 1bea16be authored by Jo Sama's avatar Jo Sama :scream: Committed by Trond Aasan
Browse files

Disable documentation URLs

No need in exposing the documentation URLs. As this service might be
available from wherever, a bit obscurity is OK.
parent d5e76191
No related branches found
No related tags found
No related merge requests found
Pipeline #97436 passed
......@@ -6,7 +6,7 @@ import fastapi
from .document_client import DocumentClient
from .config import get_config
app = fastapi.FastAPI()
app = fastapi.FastAPI(docs_url=None, redoc_url=None)
config = get_config()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment