learn more page

This commit is contained in:
CHIEFSOFT\ameye
2024-09-26 22:44:40 -04:00
parent cb7f83f506
commit 0d8b20e940
2 changed files with 29 additions and 0 deletions
+2
View File
@@ -19,6 +19,8 @@ $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::helpgate');
$routes->post('/en/wrench/api/v1/learnmore', 'WrenchFaq::learnMoreUser');
$routes->post('/en/wrench/api/v1/apigate', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/generics', 'WrenchApi::apigate');