Merge API branch into main #12

Merged
SemvdH merged 334 commits from api into main 2023-06-13 19:54:43 +00:00
Showing only changes of commit 5fdc4d6642 - Show all commits

View File

@@ -183,8 +183,7 @@
}
function connect() {
console.log("connect");
socket = new WebSocket("ws://10.0.100.40:9001/");
let msg = document.getElementById("msg");
socket.addEventListener('open', (e) => {