From f498df4fa82569017f706526cdbb698251cebb7d Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 4 Dec 2023 18:08:55 -0500 Subject: [PATCH] helpdata --- www-api/app/Config/Routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-api/app/Config/Routes.php b/www-api/app/Config/Routes.php index a127984c..7132951e 100644 --- a/www-api/app/Config/Routes.php +++ b/www-api/app/Config/Routes.php @@ -47,7 +47,7 @@ $routes->post('/en/wrench/api/v1/authstart', 'WrenchOauth::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/helpdata', 'WrenchFaq::apiHelpData'); +$routes->post('/en/wrench/api/v1/helpdata', 'WrenchFaq::apiHelpData'); $routes->post('/en/wrench/api/v1/apigate', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/generics', 'WrenchApi::apigate');