fix(control-ui): drop /ui alias

This commit is contained in:
Peter Steinberger
2025-12-19 05:13:07 +00:00
parent c498348a34
commit 6b6f2b5414
3 changed files with 4 additions and 8 deletions

View File

@@ -8,8 +8,7 @@ read_when:
The Control UI is a small **Vite + Lit** single-page app served by the Gateway under:
- `http://<host>:18789/` (preferred)
- `http://<host>:18789/ui/` (legacy alias)
- `http://<host>:18789/`
It speaks **directly to the Gateway WebSocket** on the same port.