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

peristanceBDD
Thomas CHAZOT 2 years ago
parent d2273a1f46
commit 0e64a6f75f

@ -6,7 +6,7 @@ const server = http.createServer(app);
const { Server } = require("socket.io"); const { Server } = require("socket.io");
const io = new Server(server); const io = new Server(server);
app.get('/server', function (req, res) { app.get('/', function (req, res) {
res.send('hello'); res.send('hello');
}) })

Loading…
Cancel
Save