WRENCHBOARD_JOB_JOBFILES

This commit is contained in:
CHIEFSOFT\ameye
2024-04-14 10:43:48 -04:00
parent 76f9164bf6
commit 970c494db1
5 changed files with 9 additions and 0 deletions
+1
View File
@@ -97,6 +97,7 @@ $routes->post('/en/wrench/api/v1/preferences', 'WrenchApi::apigate')
$routes->post('/en/wrench/api/v1/jobmanageragree', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanagerlist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanagerfiles', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanageroffers', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanageractive', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanagercreatejob', 'WrenchApi::apigate');