From 96f5296e3e2385981b89f0963bb772b132ed65f7 Mon Sep 17 00:00:00 2001 From: Kaleeswari Date: Thu, 20 Jan 2022 19:50:38 +0530 Subject: [PATCH] apihitlog --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})); - }); + }); }); //==============================