diff --git a/www-api/app/Config/Routes.php b/www-api/app/Config/Routes.php index 7132951e..b30b03ff 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::helpgate'); $routes->post('/en/wrench/api/v1/apigate', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/generics', 'WrenchApi::apigate');