Remove unused swagger UI parameter for model expansion

This commit is contained in:
Cyril 2025-10-12 21:09:18 +02:00
parent cf96dca64e
commit 8fb16726d6
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ app = FastAPI(
version="1.0.0",
lifespan=lifespan,
swagger_ui_parameters={
"defaultModelsExpandDepth": -1,
"syntaxHighlight.theme": "obsidian",
"tryItOutEnabled": True,
"requestSnippetsEnabled": True,