diff options
| author | Morgana <Morgana@icolotl.com> | 2026-09-16 11:14:33 -0500 |
|---|---|---|
| committer | Morgana <Morgana@icolotl.com> | 2026-09-16 11:14:33 -0500 |
| commit | 971a7225d784a624b4ceb56b9e367d6f33625482 (patch) | |
| tree | cd652946d3f76452aeda1546921f4c5f79b93e20 /static/script/main.js | |
| parent | 2c76015a7a3f3a08ba205b04729f29df9fb7389f (diff) | |
Deployment fixes
Diffstat (limited to 'static/script/main.js')
| -rw-r--r-- | static/script/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
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>"; |
