From a6005aef119fa3dd3e15978844f7db5798de253c Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Wed, 12 Sep 2018 14:43:50 +0200 Subject: [PATCH] update server url --- assets/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/main.js b/assets/js/main.js index 8ae4d06..13b53d0 100755 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -218,7 +218,7 @@ window.addEventListener('load', function() { sumorobot.close(); } // Connect to the selected robots WebSocket - sumorobot = new Sumorobot(`ws://${ROBOT_SERVER}/p2p/browser/${robotId}`, robotId); + sumorobot = new Sumorobot(`ws://${ROBOT_SERVER}/p2p/browser/sumo-${robotId}`, robotId); // Hide the configuration panel $('#panel').hide(); });