diff --git a/routes/api.js b/routes/api.js index 5002a4d..b952bda 100644 --- a/routes/api.js +++ b/routes/api.js @@ -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})); - }); + }); }); //==============================