From 5d8a81798c5ab2f624c8d46c6e44c4f3fa8325dc Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 2 Feb 2022 11:05:05 +0530 Subject: [PATCH] test1 --- api/routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)=>{