Skip to content

Commit

Permalink
msg change
Browse files Browse the repository at this point in the history
  • Loading branch information
ksakash authored Nov 17, 2023
1 parent 379f8ea commit f6f840a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_hello/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ app.get('/', (req, res) => {
});

app.get('/home', (req, res) => {
res.send('Welcome to the homepage!');
res.send('');
});

// Route to update a todo item by ID
Expand Down

0 comments on commit f6f840a

Please sign in to comment.