assignmediatask

This commit is contained in:
CHIEFSOFT\ameye
2024-03-26 12:42:49 -04:00
parent 433bfbc0ae
commit c4975d66ff
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -192,6 +192,8 @@ $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/assignmediatask', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/uploads', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/myfiles', 'WrenchApi::apigate');