From 62d32b6e664f33ac195c4238b5898d4f477a2dc2 Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Fri, 21 Nov 2025 10:32:06 +0530 Subject: [PATCH] Masters valication --- 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 2ff04fa..ecc4f27 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'); @@ -129,7 +129,7 @@ $routes->group('api', ['filter' => 'appSignature'], function ($routes) { -// }); + });