From 35a5eb15b5f2f4e80544dd3d805d23b66784d327 Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Thu, 8 Jun 2023 15:59:05 +0530 Subject: [PATCH] Route : ps --- 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 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';