This commit is contained in:
CHIEFSOFT\ameye
2023-06-15 12:50:43 -04:00
parent 3f60f1ffde
commit 6c48d7fb48
3 changed files with 98 additions and 0 deletions
+1
View File
@@ -150,6 +150,7 @@ $routes->post('/en/wrench/api/v1/resources', 'WrenchResources::website');
$routes->get('/en/wrench/api/v1/blogdata/', 'WrenchBlog::website');
$routes->get('/en/wrench/api/v1/blogdata/(:any)', 'WrenchBlog::blogLimitedData/$1');
$routes->post('/en/wrench/api/v1/faq', 'WrenchFaq::apigate');