merge with jeni

This commit is contained in:
Kaleeswari 2022-02-02 11:00:36 +05:30
parent e7777cac8f
commit 3ddabb7f2e

View File

@ -40,7 +40,10 @@ app.post('/addService',async(req,res)=>{
})
});
//GET SERVICE LIST
app.get('/',async(req,res)=>{
res.send("welcome to open close");
});
//GET SERVICE LIST
app.get('/service',async(req,res)=>{
await models.service.findAll({where:{status:1}}).then(result=>{