docs: Remove redoc API generation (#7109)

This commit is contained in:
Michael Genson
2026-02-20 14:49:43 -06:00
committed by GitHub
parent 0c0d7d11a5
commit 29c6176d89
9 changed files with 3 additions and 125 deletions

View File

@@ -102,7 +102,6 @@ app = FastAPI(
description=description,
version=APP_VERSION,
docs_url=settings.DOCS_URL,
redoc_url=settings.REDOC_URL,
lifespan=lifespan_fn,
)