This commit is contained in:
编码猿
2025-08-29 22:05:02 +08:00
parent b083368f67
commit 858077692d
9 changed files with 33 additions and 75 deletions

View File

@@ -35,7 +35,6 @@ app = startApp()
if __name__ == "__main__":
import uvicorn
uvicorn.run(
app=settings.APP_NAME,
host=settings.HOST,