CHANGE_in routes : GWM

This commit is contained in:
Smart 2024-10-23 10:29:21 +05:30
parent 710bcf1ed1
commit 3ebc9d171a

View File

@ -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");