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 +})