Przeglądaj źródła

fix:records.html

tanjingyu 1 tydzień temu
rodzic
commit
59e873f93f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/main.py

+ 1 - 1
app/main.py

@@ -88,7 +88,7 @@ def build_file_tree(files: List[DataFile]) -> list:
 @app.get("/")
 def read_root():
     """Serve the unified console UI."""
-    return FileResponse(os.path.join(STATIC_DIR, "console.html"), media_type="text/html")
+    return FileResponse(os.path.join(STATIC_DIR, "records.html"), media_type="text/html")
 
 
 @app.get("/fs")