mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update main.py
This commit is contained in:
parent
da1d8fd545
commit
3754ea3e20
@ -11,7 +11,7 @@ from fastapi.openapi.docs import (
|
||||
)
|
||||
|
||||
myLogger.info_logger("Start server...")
|
||||
app = FastAPI(docs_url=None, redoc_url=None)
|
||||
app = FastAPI(docs_url=None, redoc_url=None, openapi_url=None)
|
||||
|
||||
def get_app():
|
||||
origins = [
|
||||
|
Loading…
Reference in New Issue
Block a user