diff --git a/Javascript - Node.js/index.js b/Javascript - Node.js/index.js index 5ec7b2b..69b6b11 100644 --- a/Javascript - Node.js/index.js +++ b/Javascript - Node.js/index.js @@ -25,7 +25,7 @@ app.use(express.static(path.join(__dirname, "public"))); // Load static assets * @param {Function} Callback function for Request, Response objects */ app.get("/", (req, res) => { - res.status(200).json({message: "Hello World"}); + res.status(200).json({message: "Hello World nsbm"}); }); /** @@ -33,4 +33,4 @@ app.get("/", (req, res) => { */ app.listen(process.env.PORT || 7700, () => { console.log('Server up and running...'); -}); \ No newline at end of file +});