fix bugs
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
var boatListEl = document.getElementById('boats');
|
||||
var stickEl = document.getElementById('canvas');
|
||||
|
||||
var connection = new WebSocket('ws://' + "localhost" + ':8080/', ['mbcRcRf']);
|
||||
var connection = new WebSocket('ws://' + "10.254.0.1" + ':8080/', ['mbcRcRf']);
|
||||
|
||||
connection.onopen = function ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user