From 4925b05512046f4318ee009059874747064f8448 Mon Sep 17 00:00:00 2001 From: Sithira Akbo <56906001+dlsakbo@users.noreply.github.com> Date: Wed, 23 Oct 2019 19:28:53 +0530 Subject: [PATCH] Nsbm --- Javascript - Node.js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +});