WrenchTransactions
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user