From 19e6609b66dd102b00ad577cb8709d8950b5eb97 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 11 Jul 2023 09:48:25 -0400 Subject: [PATCH] WrenchTransactions --- www-api/app/Config/Routes.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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'); +