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
43c3bd5d8c
commit
b00be35078
@ -10,8 +10,8 @@ from fastapi.openapi.docs import (
|
||||
get_swagger_ui_oauth2_redirect_html,
|
||||
)
|
||||
|
||||
myLogger.info_logger("Starting server")
|
||||
app = FastAPI()
|
||||
myLogger.info_logger("Start appmanage server...")
|
||||
app = FastAPI(docs_url=None, redoc_url=None)
|
||||
|
||||
def get_app():
|
||||
origins = [
|
||||
|
Loading…
Reference in New Issue
Block a user