myaiforone 1.1.64 → 1.1.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/web-ui.js CHANGED
@@ -118,8 +118,8 @@ export function startWebUI(opts) {
118
118
  app.get("/agent-dashboard", (_req, res) => servePage(res, "agent-dashboard.html", "/org"));
119
119
  app.get("/mini", (_req, res) => servePage(res, "mini.html"));
120
120
  app.get("/m", (_req, res) => servePage(res, "m.html"));
121
- app.get("/ui/voice-mode", (_req, res) => servePage(res, "voice-mode.html"));
122
- app.get("/voice", (_req, res) => res.redirect("/ui/voice-mode"));
121
+ app.get("/voice", (_req, res) => servePage(res, "voice-mode.html"));
122
+ app.get("/ui/voice-mode", (_req, res) => res.redirect("/voice"));
123
123
  app.get("/settings", (_req, res) => res.redirect("/admin?tab=settings"));
124
124
  app.get("/mcp-docs", (_req, res) => servePage(res, "mcp-docs.html"));
125
125
  app.get("/api-docs", (_req, res) => servePage(res, "api-docs.html"));