Skip to content
Snippets Groups Projects

Disable documentation urls

Merged Jo Sama requested to merge disable-documentation-urls into master
All threads resolved!
+ 1
1
@@ -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()
Loading