Skip to content

Commit

Permalink
Merge pull request #23 from mnagaraju5628/innodata-test-patch13
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
mnagaraju5628 committed Jan 8, 2024
2 parents 42248e2 + 2a47199 commit 7e5d6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var express = require('express');
var app = express();

app.get('/', function (req, res) {
res.send('{ "response": "Welcome to INNODATA INDIA PVT.LTD" }');
res.send('{ "response": "Welcome to NOIDA" }');
});

app.get('/will', function (req, res) {
Expand Down

0 comments on commit 7e5d6d7

Please sign in to comment.