diff --git a/app/Controllers/RestAuthenticationController.php b/app/Controllers/RestAuthenticationController.php index 66489ee..a4a98d5 100755 --- a/app/Controllers/RestAuthenticationController.php +++ b/app/Controllers/RestAuthenticationController.php @@ -441,7 +441,7 @@ class RestAuthenticationController extends AdminController // Call the third-party API function - $apiResponse = $this->callThirdPartyAPI($this->request->getJSON(), '/employeeRest/verifyMpin'); + $apiResponse = $this->callThirdPartyAPI($this->request->getJSON(), 'verifyMpin'); return $this->respond(['status' => 'failed', 'code' => 404, 'data' => "Invalid OTP", 'post_enrollment' => json_decode($apiResponse, true)], 200); //$apiResponse = $this->callThirdPartyAPI($this->request->getJSON(),'/getVerifiedUserData');