diff --git a/gateway/app.py b/gateway/app.py index 453ada9..66d3ccd 100644 --- a/gateway/app.py +++ b/gateway/app.py @@ -297,6 +297,12 @@ def operator_ui() -> FileResponse: return FileResponse(_OPERATOR_UI_DIR / "index.html") +@app.get("/dashboard") +def dashboard_ui() -> FileResponse: + # Backward-compatible entrypoint used in production bookmarks. + return operator_ui() + + @app.get("/supervisor") def supervisor_ui() -> FileResponse: if not _SUPERVISOR_UI_DIR.exists(): diff --git a/ui/admin/index.html b/ui/admin/index.html index 59f3f50..78affba 100644 --- a/ui/admin/index.html +++ b/ui/admin/index.html @@ -27,7 +27,7 @@ Оператор Супервизор Аналитика - Продажи + Продажи Администрирование