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
commit 41af91a6a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,
}