This commit is contained in:
Arthur Beck 2025-04-11 18:25:07 +00:00
parent 9c3a2cc883
commit 0076b2986f

View file

@ -16,7 +16,7 @@ function log(...args) {
}
let wsurl = new URL(document.location.toString());
wsurl.port = 300;
wsurl.port = 3000;
let conn = new WebSocket(wsurl);
conn.onmessage = (ev) => {