Load profile

This commit is contained in:
CHIEFSOFT\ameye
2024-05-01 08:13:13 -04:00
parent 6b068294c7
commit 8ab9ffe85e
4 changed files with 35 additions and 5 deletions
+3 -2
View File
@@ -9,8 +9,7 @@ $routes->get('/', 'Home::index');
$routes->post('/digibko/v1/identity/token', 'DigiFiAuth::startBkoToken');
$routes->get('/digibko/v1/loan/started', 'BkoReports::startedApplication');
$routes->get('/digibko/v1/loan/started', 'BkoReports::startedApplication');
$routes->get('/digibko/v1/dashboard/bvn/recent', 'DigiFiAuth::startBkoToken');
@@ -20,6 +19,8 @@ $routes->post('/digiusers/v1/bvn', 'DigiFiBVN::startBVNVerify')
$routes->post('/digiusers/v1/bvn/verify', 'DigiFiBVN::completeBVNVerify');
$routes->get('/digiusers/v1/dash', 'Users::userDash');
$routes->get('/digiusers/v1/profile', 'Users::userProfile');
$routes->post('/digiusers/v1/loan/apply', 'Loan::loanApply');
$routes->get('/digiusers/v1/loan/loanlist', 'Loan::loanlist');