Skip to content

Commit

Permalink
modified server.js in sample node app
Browse files Browse the repository at this point in the history
  • Loading branch information
Saipriya-1144 committed Oct 7, 2024
1 parent f52d595 commit 2467ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/nodesampleapp/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const port = process.env.PORT || 3000;

app.get('/', (req, res) => {
console.log('Hello endpoint called!');
res.send('Hello from NodeJs App, Heyyy!')
res.send('Hello from NodeJs App, Heyy!')
})

app.get('/dummy', (req, res) => {
Expand Down

0 comments on commit 2467ad1

Please sign in to comment.