diff --git a/app/Config/Routes.php b/app/Config/Routes.php index f8d085da..ccfd0a66 100755 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -390,6 +390,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");