Mise à jour de 'bob_party/server.js'
continuous-integration/drone/push Build was killed Details

peristanceBDD
Thomas CHAZOT 2 years ago
parent cd4582da07
commit d11d49acb7

@ -14,7 +14,7 @@ if (isDocker()) {
}
app.get('/', function (req, res) {
res.sendFile('it should work');
res.send('it should work');
});
io.on('connection', (socket) => {

Loading…
Cancel
Save