diff --git a/api/application/config/routes.php b/api/application/config/routes.php index 4eb4f863..2df58091 100755 --- a/api/application/config/routes.php +++ b/api/application/config/routes.php @@ -389,7 +389,7 @@ $route['getCreditPDReportforCETApp'] = 'SMC_Credit_PD_Controller/getCreditPDRep $route['faceMarkImage'] = 'PD_Controller/toMakeFaceBoundingBox'; $route['saveFlyhiPD'] = 'Flyhi_Controller/saveFlyhiPD'; -$route['listFlyhiPD'] = 'Flyhi_Controller/listFlyhiPD'; +$route['(listFlyhiPD/:any)'] = 'Flyhi_Controller/listFlyhiPD'; $route['getFlyhiPDSectionData'] = 'Flyhi_Controller/getFlyhiPD'; $route['loadFlyhiPDTemplate'] = 'Flyhi_Controller/loadFlyhiPDTemplate'; $route['(downloadFlyhiPDReport/:any)'] = 'Flyhi_Controller/getFlyhiPDReport';