From 018209de304cb21f121396c7a7028105c27aa9ab Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Thu, 5 Feb 2026 19:09:39 +0530 Subject: [PATCH] FIX_ISSUE --- app/Config/Routes.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 3baa4314..73afbb74 100755 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -560,6 +560,8 @@ $routes->group("/api", ["filter" => "authJWT"], function ($routes) { $routes->get("getSSORedirectUrl", "ApiServiceController::getSSORedirectUrl"); $routes->get("getEmployeePolicy", "EmployeeRestController::getEmployeePolicy"); $routes->get("downloadCdSplitUpFile", "EmployeeRestController::downloadCdSplitUpFile"); +$routes->get("downloadFileTableFile/(:any)", "EmployeeController::downloadFileList/$1"); + $routes->group("employeeRest", ['filter' => ['appSignature'] ], function ($routes) {