EMPLOYMENT PAGE

This commit is contained in:
CHIEFSOFT\ameye
2024-06-16 17:01:19 -04:00
parent 5ebd9230f4
commit 1a5eb46641
2 changed files with 45 additions and 0 deletions
+4
View File
@@ -53,3 +53,7 @@ $routes->post('/digiusers/v1/loan/apply', 'Loan::loanApply');
$routes->get('/digiusers/v1/loan/loanlist', 'Loan::loanlist');
$routes->post('/employment/v1/auth', 'Employment::login');
$routes->post('/employment/v1/otp', 'Employment::verifyOTP');
$routes->get('/employment/v1/application', 'Employment::loadApplication');