assign jobs
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user