fix synthab
This commit is contained in:
@@ -47,7 +47,7 @@ $routes->post('/digiusers/v1/bvn/verify', 'DigiFiBVN::completeBVNVerif
|
|||||||
$routes->get('/digiusers/v1/dash', 'Users::userDash');
|
$routes->get('/digiusers/v1/dash', 'Users::userDash');
|
||||||
$routes->get('/digiusers/v1/profile', 'Users::userProfile');
|
$routes->get('/digiusers/v1/profile', 'Users::userProfile');
|
||||||
|
|
||||||
$routes->get('/digiusers/v1/employers', 'Employers:approvedEmployersList');
|
$routes->get('/digiusers/v1/employers', 'Employers::approvedEmployersList');
|
||||||
|
|
||||||
$routes->post('/digiusers/v1/loan/apply', 'Loan::loanApply');
|
$routes->post('/digiusers/v1/loan/apply', 'Loan::loanApply');
|
||||||
$routes->get('/digiusers/v1/loan/loanlist', 'Loan::loanlist');
|
$routes->get('/digiusers/v1/loan/loanlist', 'Loan::loanlist');
|
||||||
|
|||||||
Reference in New Issue
Block a user