From 971a7225d784a624b4ceb56b9e367d6f33625482 Mon Sep 17 00:00:00 2001 From: Morgana Date: Wed, 16 Sep 2026 11:14:33 -0500 Subject: Deployment fixes --- static/script/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/script/main.js') diff --git a/static/script/main.js b/static/script/main.js index 171645b..c023851 100644 --- a/static/script/main.js +++ b/static/script/main.js @@ -88,7 +88,7 @@ class IVTClient { this.stdin.value = ""; return false; }); - this.socket = new WebSocket("ws://localhost:5417"); + this.socket = new WebSocket("wss://icolotl.com/index"); this.socket.addEventListener("open", (event) => { this.printText("Attempting to connect to INDEX server..."); this.stdinPrompt.innerText = "CONNECTING>"; -- cgit v1.3.1