Skip to content

Commit

Permalink
root message change
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaryan committed May 6, 2018
1 parent fc08bcb commit 4069d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -68,7 +68,7 @@ io.on('connection', function (socket) {
});

app.get("/", function (request, response) {
response.send('Hi. This is the root baby.');
response.send('<a href="https://github.com/aviaryan/chattt">LOST?</a>');
});

// listen for requests :)
Expand Down

0 comments on commit 4069d2c

Please sign in to comment.