|
|
@@ -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")
|