diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 933ef8aa..ca0cbe4f 100755 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -379,6 +379,8 @@ $routes->group("/api", ["filter" => "authJWT"], function ($routes) { $routes->group("employeeRest", ["filter" => "authJWT"], function ($routes) { + $routes->post("getVerifiedUserData", "RestAuthenticationController::getVerifiedUserData"); + $routes->post("storeFireBase", "EmployeeRestController::storeFireBase"); $routes->post("saveMpin", "RestAuthenticationController::saveMpin"); $routes->post("updateMpin", "RestAuthenticationController::updateMpin");