job manager list

This commit is contained in:
CHIEFSOFT\ameye
2025-06-07 10:35:21 -04:00
parent 64145ceba3
commit a0ad73c957
2 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ $routes->post('/en/wrench/api/v1/setpreferences', 'WrenchApi::apigate');
$routes->group('/en/wrench/api/v1/', static function ($routes) {
$routes->post('jobmanageragree', 'WrenchApi::apigate');
$routes->post('jobmanagerlist', 'WrenchApi::apigate');
$routes->post('jobmanagerlist', 'WrenchJobManager::jobManagerList');
$routes->post('jobmanagerfiles', 'WrenchApi::apigate');
$routes->post('jobmanageroffers', 'WrenchApi::apigate');
$routes->post('jobmanageractive', 'WrenchApi::apigate');