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';