demo config changes
This commit is contained in:
@ -127,7 +127,7 @@
|
||||
function connect() {
|
||||
return new Promise((resolve, reject) => {
|
||||
connectionStatus.innerHTML = "Connecting to WS...";
|
||||
let wsurl = "ws://localhost:8081";
|
||||
let wsurl = "ws://localhost:8080";
|
||||
fetch("/wsurl")
|
||||
.then((response) => response.text())
|
||||
.then((data) => {
|
||||
|
Reference in New Issue
Block a user