diff --git a/api/routes/api.js b/api/routes/api.js index 9562aec..23d87c0 100644 --- a/api/routes/api.js +++ b/api/routes/api.js @@ -268,7 +268,7 @@ app.put('/deleteService/(:serviceId)',async(req,res)=>{ }); -//OFFER STARTr +//OFFER START //POST OFFER ADD app.post('/addOffer',async(req,res)=>{