Merge pull request #1316 from danielaskdd/main

Remove api tag from swagger
This commit is contained in:
Daniel.y
2025-04-09 11:53:09 +08:00
committed by GitHub

View File

@@ -157,7 +157,6 @@ def create_app(args):
"openapi_url": "/openapi.json", # Explicitly set OpenAPI schema URL
"docs_url": "/docs", # Explicitly set docs URL
"redoc_url": "/redoc", # Explicitly set redoc URL
"openapi_tags": [{"name": "api"}],
"lifespan": lifespan,
}