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
485b53a734
commit
ce184ee184
@ -11,7 +11,7 @@ from fastapi.openapi.docs import (
|
||||
)
|
||||
|
||||
myLogger.info_logger("Starting server")
|
||||
app = FastAPI(docs_url=/docs, redoc_url=/redoc,openapi_url="/openapi.json")
|
||||
app = FastAPI(docs_url="/docs", redoc_url="/redoc",openapi_url="/openapi.json")
|
||||
|
||||
def get_app():
|
||||
origins = [
|
||||
|
Loading…
Reference in New Issue
Block a user