diff --git a/app/Config/Routes.php b/app/Config/Routes.php index f3ea69e..08fcb2b 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");