test
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Johan LACHENAL 2 years ago
parent b0a3d4468b
commit d782b2fe29

@ -7,6 +7,12 @@ let socket;
if (!socket) {
socket = io(http://http://82.165.180.114:3000);
}
else if (socket.connected) {
console.log("Socket created");
}
else {
console.log("Socket not created");
}
</script>';
$control = new FrontController();

Loading…
Cancel
Save