From 9f10f960f2fbb246dfa7e1a8b23ca7dbc2d082bb Mon Sep 17 00:00:00 2001 From: Signal Date: Sun, 1 Jun 2025 00:48:42 +0000 Subject: [PATCH] Update mtchat.html --- mtchat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtchat.html b/mtchat.html index 18be042..595a4e1 100644 --- a/mtchat.html +++ b/mtchat.html @@ -43,7 +43,7 @@ function addMessage(name, msg) { } } -var host = '' // Set this to the local IP address of your server, or localhost if on the same machine. +var host = 'localhost' // Set this to the local IP address of your server, or localhost if on the same machine. var ws = new WebSocket(`ws://${host}:8001`) ws.onmessage = ev=>{