From 14594b0defe8657c921f56204ee18f1fa1af67ba Mon Sep 17 00:00:00 2001 From: mnagaraju5628 <124573100+mnagaraju5628@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:34:41 +0530 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1bfe9d8724..8acca29d92 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ var express = require('express'); var app = express(); app.get('/', function (req, res) { - res.send('{ "response": "Welcome to inno-testproject" }'); + res.send('{ "response": "Welcome to nodejs application " }'); }); app.get('/will', function (req, res) {