New blog path

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-12 21:32:58 -04:00
parent 5adc1b46bf
commit 4eba67a416
2 changed files with 18 additions and 2 deletions
+5 -2
View File
@@ -78,8 +78,11 @@ $routes->post('/en/wrench/api/v1/disableaccount', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/myjobs', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/blogdata', 'WrenchBlog::apigate');
$routes->post('/en/wrench/api/v1/blogitem', 'WrenchBlog::apigate');
//$routes->post('/en/wrench/api/v1/blogdata', 'WrenchBlog::apigate');
//$routes->post('/en/wrench/api/v1/blogitem', 'WrenchBlog::apigate');
$routes->get('/en/wrench/api/v1/blogdata/', 'WrenchBlog::website');
$routes->get('/en/wrench/api/v1/blogdata/(:any)', 'WrenchBlog::blogLimitedData/$1');