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

ServeurDeTest
Johan LACHENAL 2 years ago
parent cd42d842ea
commit c364daaf54

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