start credit

This commit is contained in:
CHIEFSOFT\ameye
2023-07-10 17:41:49 -04:00
parent 5aeaa0e987
commit 5fea2c50f1
+1
View File
@@ -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');