From 5a53b0aa895386185a7e659c21a93ee03b1784f4 Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Fri, 12 Dec 2025 11:05:14 +0530 Subject: [PATCH] GWM : route issue --- app/Config/Routes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Config/Routes.php b/app/Config/Routes.php index f24d266..6fdba95 100755 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -27,7 +27,7 @@ $routes->group('api', ['filter' => 'appSignature'], function ($routes) { //api's with token -// $routes->group('api', ['filter' => ["jwtAuth","appSignature"] ], function ($routes) { + $routes->group('api', ['filter' => ["jwtAuth","appSignature"] ], function ($routes) { //logout $routes->get('auth/logout', 'StaffAuthController::logout'); @@ -152,7 +152,7 @@ $routes->group('api', ['filter' => 'appSignature'], function ($routes) { -// }); + }); $routes->get("api/policy/PolicyFilePath", "PolicyController::PolicyFilePath");