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

peristanceBDD
Thomas CHAZOT 2 years ago
parent ccb77b5c23
commit 4bae987de3

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

Loading…
Cancel
Save