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

@@ -199,10 +199,6 @@ class AppSettings(AppLoggingSettings):
def DOCS_URL(self) -> str | None:
return "/docs" if self.API_DOCS else None
@property
def REDOC_URL(self) -> str | None:
return "/redoc" if self.API_DOCS else None
# ===============================================
# Database Configuration