From 469538496b45151749117fcb04d545c01ce5a7f4 Mon Sep 17 00:00:00 2001 From: Nolita Rego <48682340+nolita26@users.noreply.github.com> Date: Thu, 28 Oct 2021 03:16:19 +0530 Subject: [PATCH] Update app.js --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index cf822b0..85965af 100644 --- a/app.js +++ b/app.js @@ -13,7 +13,7 @@ app.use('/', (req, res, next) => { res .status(200) .json({ - message: 'Welcome to the Hacktoberfest 2021', + message: 'Hey guys! Lets start hacking!', method: req.method, endpoint: req.originalUrl }) @@ -21,4 +21,4 @@ app.use('/', (req, res, next) => { app.listen(PORT, () => { console.log('Server is running on PORT: ', PORT); -}) \ No newline at end of file +})