diff --git a/api/routes/api.js b/api/routes/api.js index 2a261c4..7eeaa3d 100644 --- a/api/routes/api.js +++ b/api/routes/api.js @@ -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=>{