SELECT * FROM employers WHERE signatory_count > 0 ORDER BY name ASC

This commit is contained in:
CHIEFSOFT\ameye
2024-06-15 13:41:28 -04:00
parent 93c6ee9993
commit a3c23caa66
2 changed files with 20 additions and 1 deletions
+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', 'BkoReports::employersList');
$routes->get('/digiusers/v1/employers', 'Employers:approvedEmployersList');
$routes->post('/digiusers/v1/loan/apply', 'Loan::loanApply');
$routes->get('/digiusers/v1/loan/loanlist', 'Loan::loanlist');