diff --git a/app/Config/Routes.php b/app/Config/Routes.php index e011eb5..53edb3a 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -86,4 +86,4 @@ $routes->post('/employment/v1/verify', 'Employment::verifyEmployme $routes->get('/employment/v1/application', 'Employment::loadApplication'); -$routes->get('/digibko/v1/loan/send_offer', 'Loan::loanOffer'); +$routes->post('/digibko/v1/loan/send_offer', 'Loan::loanOffer');