demo config changes

This commit is contained in:
Dobromir Popov
2024-06-12 15:47:57 +03:00
parent ad91e0f3d4
commit cf0d4cb09e
9 changed files with 54 additions and 33 deletions

View File

@ -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) => {