修复前端

This commit is contained in:
dekun
2026-05-22 11:12:00 +08:00
parent 3515b440cd
commit 8b3ab87715
5 changed files with 77 additions and 24 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ def _find_exchange(ex_id: str) -> dict | None:
return None
app = FastAPI(title="hub", docs_url=None, redoc_url=None)
app = FastAPI(title="复盘系统中控", docs_url=None, redoc_url=None)
STATIC_DIR = DIR / "static"
if STATIC_DIR.is_dir():
app.mount("/assets", StaticFiles(directory=str(STATIC_DIR)), name="assets")