Skip to content

Commit 3864335

Browse files
committed
fix:admin
1 parent 8f3fa8a commit 3864335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from settings import settings
1717

1818
# 实例化FastAPI
19-
app = FastAPI(debug=settings.DEBUG, redoc_url=None, )
19+
app = FastAPI(debug=settings.DEBUG, redoc_url=None, docs_url=None, openapi_url=None)
2020

2121

2222
@app.on_event('startup')

0 commit comments

Comments
 (0)