diff --git a/www-api/app/Config/Routes.php b/www-api/app/Config/Routes.php index ff5af17b..fc16803a 100644 --- a/www-api/app/Config/Routes.php +++ b/www-api/app/Config/Routes.php @@ -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'); +