diff --git a/server.js b/server.js index 31bb39d..1c4b514 100644 --- a/server.js +++ b/server.js @@ -68,7 +68,7 @@ io.on('connection', function (socket) { }); app.get("/", function (request, response) { - response.send('Hi. This is the root baby.'); + response.send('LOST?'); }); // listen for requests :)