WrenchTransactions

This commit is contained in:
CHIEFSOFT\ameye
2023-07-11 09:48:25 -04:00
parent 5fe2bb39fc
commit 19e6609b66
+3 -4
View File
@@ -45,10 +45,6 @@ $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');
$routes->post('/en/wrench/api/v1/mynotifications', 'WrenchApi::apigate');
@@ -184,6 +180,9 @@ $routes->post('/en/wrench/api/v1/blogdata/', 'WrenchBlog::website');
$routes->post('/en/wrench/api/v1/startcredit', 'WrenchTransactions::apigate');
$routes->post('/en/wrench/api/v1/confirmcredit', 'WrenchTransactions::apigate');