Assign task

This commit is contained in:
CHIEFSOFT\ameye
2023-05-25 21:59:06 -04:00
parent 9e60c746e3
commit d8d3619811
7 changed files with 29 additions and 3 deletions
+3
View File
@@ -125,6 +125,9 @@ $routes->post('/en/wrench/api/v1/pendingjobextend', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/pendingjobsendtome','WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/pendingjobcancel', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/assigntask', 'WrenchApi::apigate');
//$routes->post('/en/wrench/api/v1/blogdata', 'WrenchBlog::apigate');
//$routes->post('/en/wrench/api/v1/blogitem', 'WrenchBlog::apigate');