apifinal #8

Merged
kaleeswari merged 2 commits from apifinal into main 2022-01-20 14:21:06 +00:00
Showing only changes of commit 96f5296e3e - Show all commits

View File

@ -830,7 +830,7 @@ app.get('/statewisePriceGraph/:stateId/:productId',checkToken,function(req,res){
res.send(JSON.stringify({ "code":response_code,"message":response_msg,"data": results}));
});
});
});
//==============================