gs: add log commands
This commit is contained in:
@@ -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']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user