diff --git a/ui/suite/desktop.html b/ui/suite/desktop.html index a5bc768..0b57511 100644 --- a/ui/suite/desktop.html +++ b/ui/suite/desktop.html @@ -163,14 +163,14 @@ Vibe -
+
Tasks
-
+
diff --git a/ui/suite/partials/chat.html b/ui/suite/partials/chat.html index 27627f2..dda8245 100644 --- a/ui/suite/partials/chat.html +++ b/ui/suite/partials/chat.html @@ -67,7 +67,7 @@ var WS_BASE_URL = window.location.protocol === "https:" ? "wss://" : "ws://"; - var WS_URL = WS_BASE_URL + window.location.host + "/ws/chat"; + var WS_URL = WS_BASE_URL + window.location.host + "/ws"; var MessageType = { EXTERNAL: 0,