From 0cb76c57b72c8b7acd0d395f0bf8f8fc69c2f1b2 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 24 Aug 2022 10:38:18 +0000 Subject: [PATCH] routes.php edited online with Bitbucket --- api/application/config/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/config/routes.php b/api/application/config/routes.php index 1a20bda2..375360da 100755 --- a/api/application/config/routes.php +++ b/api/application/config/routes.php @@ -370,7 +370,7 @@ $route['getEvent'] = 'GC_Event_Controller/getEventFromGoogleCalender';//dummy ch $route['createGmeetLink'] = 'PD_Controller/createGmeetLink'; //only developer testing, not for APP use $route['deleteCalenderEvent'] = 'PD_Controller/deleteCalenderEvent'; //only developer testing, not for APP use -$route['uploadSalesPDDataToCETApp'] = 'Sales_PD_Controller/uploadSalesPDDataToCETApp'; +$route['uploadSalesPDDataToCETApp/(:num)'] = 'Sales_PD_Controller/uploadSalesPDDataToCETApp'; $route['getSalesPDReportforCETApp'] = 'Sales_PD_Controller/getSalesPDReportforCETApp'; $route['getCreditPDReportforCETApp'] = 'SMC_Credit_PD_Controller/getCreditPDReportforCETApp';