We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3fa8a commit 3864335Copy full SHA for 3864335
main.py
@@ -16,7 +16,7 @@
16
from settings import settings
17
18
# 实例化FastAPI
19
-app = FastAPI(debug=settings.DEBUG, redoc_url=None, )
+app = FastAPI(debug=settings.DEBUG, redoc_url=None, docs_url=None, openapi_url=None)
20
21
22
@app.on_event('startup')
0 commit comments