Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya4242 authored Mar 27, 2024
1 parent d7dac72 commit 5cdcafd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ console.log("Server started");
app.get('/',(req,res)=>{
res.send("Hello");
})

app.get('/health',(req,res)=>{
res.status(200);
res.send("All Good");
Expand Down

0 comments on commit 5cdcafd

Please sign in to comment.