fix synthab

This commit is contained in:
CHIEFSOFT\ameye
2024-06-15 13:57:14 -04:00
parent a3c23caa66
commit 5db90e3183
+1 -1
View File
@@ -47,7 +47,7 @@ $routes->post('/digiusers/v1/bvn/verify', 'DigiFiBVN::completeBVNVerif
$routes->get('/digiusers/v1/dash', 'Users::userDash');
$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->get('/digiusers/v1/loan/loanlist', 'Loan::loanlist');