egoioieg
This commit is contained in:
parent
9c3a2cc883
commit
0076b2986f
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue