Route /dashboard to sales UI
This commit is contained in:
+3
-1
@@ -300,7 +300,9 @@ def operator_ui() -> FileResponse:
|
||||
@app.get("/dashboard")
|
||||
def dashboard_ui() -> FileResponse:
|
||||
# Backward-compatible entrypoint used in production bookmarks.
|
||||
return operator_ui()
|
||||
# Route dashboard directly to the sales cockpit so users can continue
|
||||
# their sales funnel workflow from legacy /dashboard links.
|
||||
return sales_ui()
|
||||
|
||||
|
||||
@app.get("/supervisor")
|
||||
|
||||
Reference in New Issue
Block a user