Task Status

This commit is contained in:
CHIEFSOFT\ameye
2023-06-10 19:22:50 -04:00
parent 21da8a5c21
commit c80015fc0b
3 changed files with 85 additions and 0 deletions
+3
View File
@@ -138,6 +138,9 @@ $routes->post('/en/wrench/api/v1/uploads', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/marketmessage', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/marketinterest', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/activejobstatus', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/activetaskstatus', 'WrenchApi::apigate');
//$routes->post('/en/wrench/api/v1/blogdata', 'WrenchBlog::apigate');
//$routes->post('/en/wrench/api/v1/blogitem', 'WrenchBlog::apigate');