verify OTP

This commit is contained in:
CHIEFSOFT\ameye
2024-06-27 20:20:15 -04:00
parent 7e2661032f
commit 72480db913
2 changed files with 31 additions and 0 deletions
+2
View File
@@ -56,5 +56,7 @@ $routes->get('/digiusers/v1/loan/loanlist', 'Loan::loanlist');
$routes->post('/employment/v1/auth', 'Employment::login');
$routes->post('/employment/v1/otp', 'Employment::verifyOTP');
$routes->post('/employment/v1/verify', 'Employment::verifyEmployment');
$routes->get('/employment/v1/application', 'Employment::loadApplication');