diff --git a/app/server.js b/app/server.js index 3746f3a2b..c5eee3aba 100644 --- a/app/server.js +++ b/app/server.js @@ -7,8 +7,8 @@ const HOST = '0.0.0.0'; const app = express(); app.get('/', (req, res) => { - res.send('Hello world\n'); + res.send('Hello world kaikille vaan\n'); }); app.listen(PORT, HOST); -console.log(`Running on http://${HOST}:${PORT}`); \ No newline at end of file +console.log(`Running on http://${HOST}:${PORT}`);