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

ServeurDeTest
Johan LACHENAL 2 years ago
parent 985cfb3f1e
commit cd42d842ea

@ -17,6 +17,6 @@ socketServer.on('launchGame') , function () {
location.reload();
}
server.listen(3000, () => {
io.listen(3000, () => {
console.log('app listening on port 3000')
});
Loading…
Cancel
Save