update websocket url
This commit is contained in:
		@@ -218,7 +218,7 @@ window.addEventListener('load', function() {
 | 
				
			|||||||
            sumorobot.close();
 | 
					            sumorobot.close();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        // Connect to the selected robots WebSocket
 | 
					        // Connect to the selected robots WebSocket
 | 
				
			||||||
        sumorobot = new Sumorobot(`ws://${ROBOT_SERVER}/p2p/browser/sumo-${robotId}`, robotId);
 | 
					        sumorobot = new Sumorobot(`ws://${ROBOT_SERVER}/p2p/browser/sumo-${robotId}/`, robotId);
 | 
				
			||||||
        // Hide the configuration panel
 | 
					        // Hide the configuration panel
 | 
				
			||||||
        $('#panel').hide();
 | 
					        $('#panel').hide();
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user