auto-sync: 2026-04-28 08:51:11

This commit is contained in:
cfdaily
2026-04-28 08:51:11 +08:00
parent c6ee406897
commit cee035aaf9
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ def main():
try:
uvicorn.run(
"main:app",
"backtest_service.main:app",
host=settings.host,
port=settings.port,
reload=settings.debug,