]> jxnshi.xyz Git - jxnshi.xyz.git/commitdiff
First working version of cattoland !
authorjxnshi <jxnshi@cock.li>
Fri, 20 Dec 2024 19:00:38 +0000 (20:00 +0100)
committerjxnshi <jxnshi@cock.li>
Fri, 20 Dec 2024 19:00:38 +0000 (20:00 +0100)
public/cattoland/cattoland.js

index f0119835d9f324c64b046d8b34ab57231c47d83e..c90c0e0ce5f13cbe712f479b71f156045105ee41 100644 (file)
@@ -93,7 +93,7 @@ const init_error = () => {
 };
 
 const socket_connect = () => {
-    socket = new WebSocket("ws://localhost:3000");
+    socket = new WebSocket("ws://jxnshi:3000");
     socket_state = "connecting";
 
     socket.onerror = (event) => {