diff --git a/install/usr/share/swarmlab.io/sec/project/courses/example-helloworld/app/server.js b/install/usr/share/swarmlab.io/sec/project/courses/example-helloworld/app/server.js index 66f9c8b..f084d2c 100644 --- a/install/usr/share/swarmlab.io/sec/project/courses/example-helloworld/app/server.js +++ b/install/usr/share/swarmlab.io/sec/project/courses/example-helloworld/app/server.js @@ -4,17 +4,17 @@ var http = require('http').Server(app); var io = require('socket.io')(http); +app.get('/', (req, res) => { + res.send('