Loan data

This commit is contained in:
CHIEFSOFT\ameye
2024-08-06 13:13:48 -04:00
parent beea16eac9
commit 233dfb5480
2 changed files with 27 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ $routes->get('/digiusers/v1/employers', 'Employers::approvedEmploye
$routes->post('/digiusers/v1/loan/apply', 'Loan::loanApply');
$routes->get('/digiusers/v1/loan/loanlist', 'Loan::loanlist');
$routes->get('/digiusers/v1/loan/loandetail', 'Loan::loanDetail');
$routes->get('/digiusers/v1/loan/paymentcard/add', 'Loan::addPaymentCard');