assign jobs

This commit is contained in:
CHIEFSOFT\ameye
2024-07-08 10:18:10 -04:00
parent ae46e84a0a
commit f96232767b
3 changed files with 115 additions and 7 deletions
+2 -3
View File
@@ -195,9 +195,8 @@ $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/assignmediatask', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/assigntask', 'WrenchJobs::assignTask' ); //'WrenchApi::apigate'
$routes->post('/en/wrench/api/v1/assignmediatask','WrenchJobs::assignTask' ); //'WrenchApi::apigate'
$routes->post('/en/wrench/api/v1/uploads', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/myfiles', 'WrenchApi::apigate');