trnsaction Gate

This commit is contained in:
CHIEFSOFT\ameye
2023-07-10 13:16:25 -04:00
parent b6da0ec7a6
commit 5aeaa0e987
3 changed files with 91 additions and 3 deletions
+3
View File
@@ -44,6 +44,9 @@ $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');
$routes->post('/en/wrench/api/v1/faq', 'WrenchFaq::apigate');
$routes->post('/en/wrench/api/v1/faqdata', 'WrenchFaq::apigate');