Merge pull request #1316 from danielaskdd/main
Remove api tag from swagger
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user