diff --git a/server.js b/server.js index f7237623..fb7479fa 100644 --- a/server.js +++ b/server.js @@ -14,8 +14,8 @@ const HOST = '0.0.0.0'; // App const app = express(); app.get('/', (req, res) => { - res.send('Hello remote world!\n'); + res.send('Hello!\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}`);