修复前端
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user