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,