diff --git a/debug/index.html b/debug/index.html new file mode 100644 index 0000000..96a4e08 --- /dev/null +++ b/debug/index.html @@ -0,0 +1,540 @@ + + + + + + Navi — Debug + + + + +
+ + + + + +
+
+
+ +
+ + +
+
Select a session or enter an ID above.
+ +
+
+
+ + + + diff --git a/navi/main.py b/navi/main.py index 227cfce..e4294b2 100644 --- a/navi/main.py +++ b/navi/main.py @@ -56,4 +56,4 @@ @app.get("/debug", include_in_schema=False) async def debug() -> FileResponse: - return FileResponse("old_webclient/debug.html", headers={"Cache-Control": "no-store"}) + return FileResponse("debug/index.html", headers={"Cache-Control": "no-store"})