gs: add log commands

This commit is contained in:
2024-08-12 16:14:44 +02:00
parent a846058098
commit 27b3f114f0
2 changed files with 41 additions and 12 deletions

View File

@@ -42,8 +42,7 @@
const boatjesEl = document.getElementById('boatjes');
const clientsEl = document.getElementById('clients');
// const serverURL = 'ws://10.254.0.1:8080/';
const serverURL = 'ws://localhost:8080/';
const serverURL = 'ws://10.254.0.1:8080/';
var conn = new WebSocket(serverURL, ['mbcRcRf']);