From 5fea2c50f139f7abd560d752b708d20dc3a04014 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 10 Jul 2023 17:41:49 -0400 Subject: [PATCH] start credit --- www-api/app/Config/Routes.php | 1 + 1 file changed, 1 insertion(+) 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');