mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-26 09:30:27 +00:00
Update main.py
This commit is contained in:
parent
da1d8fd545
commit
3754ea3e20
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue