From d83bf02cf15dbb75bb18a437d2d46490b18f0896 Mon Sep 17 00:00:00 2001 From: velz Date: Sat, 18 Apr 2026 16:56:01 +0530 Subject: [PATCH] FIX_HR_LOGIN_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 cb4c782..8459a62 100755 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -456,7 +456,7 @@ $routes->group("/api", ["filter" => [ 'ratelimit' , 'authJWT' ] ], function ($r // $routes->post("updateMpin", "RestAuthenticationController::updateMpin"); $routes->group("employeeRest", ['filter' => [ 'GlobalPostFileUploadGuard', 'appSignature' , 'authJWT','JwtApiRateLimitFilter' ] ], function ($routes) { - $routes->post('logout', 'RestAuthenticationController::logout'); + // $routes->post('logout', 'RestAuthenticationController::logout'); // $routes->post("getVerifiedUserData", "RestAuthenticationController::getVerifiedUserData"); @@ -514,7 +514,7 @@ $routes->group("employeeRest", ['filter' => ['appSignature','AuthApiRateLimitFil $routes->post("getVerifiedUserData", "RestAuthenticationController::getVerifiedUserData"); $routes->post("verifyEmployeeEmailId", "RestAuthenticationController::verifyEmployeeWithEmailId"); // $routes->post("saveMpin", "RestAuthenticationController::saveMpin"); - + $routes->post('logout', 'RestAuthenticationController::logout'); //HR login api's $routes->post("verifyHrWithMobileNumber", "RestAuthenticationController::verifyHrWithMobileNumber");