diff --git a/www-api/app/Config/Routes.php b/www-api/app/Config/Routes.php index 5a805ab4..ff5af17b 100644 --- a/www-api/app/Config/Routes.php +++ b/www-api/app/Config/Routes.php @@ -44,6 +44,7 @@ $routes->get('/en/wrench/api/v1/test','Home::test'); $routes->post('/en/wrench/api/v1/authlogin', 'WrenchOauth::apigate'); $routes->post('/en/wrench/api/v1/authstart', 'WrenchOauth::apigate'); + $routes->post('/en/wrench/api/v1/startcredit', 'WrenchTransactions::apigate'); $routes->post('/en/wrench/api/v1/confirmcredit', 'WrenchTransactions::apigate');