소스 검색

fix:records.html

tanjingyu 4 달 전
부모
커밋
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("/")
 @app.get("/")
 def read_root():
 def read_root():
     """Serve the unified console UI."""
     """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")
 @app.get("/fs")