diff --git a/server/app.js b/server/app.js index 186733d..0af9c37 100644 --- a/server/app.js +++ b/server/app.js @@ -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");