tanjingyu 2 недель назад
Родитель
Сommit
59e873f93f
1 измененных файлов с 1 добавлено и 1 удалено
  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")