activetaskslist

This commit is contained in:
CHIEFSOFT\ameye
2023-05-15 18:40:28 -04:00
parent 6a3d7e0e8f
commit eef1857ec4
3 changed files with 4 additions and 0 deletions
+2
View File
@@ -81,6 +81,8 @@ $routes->post('/en/wrench/api/v1/jobmanagercreatejob', 'WrenchApi::apigate')
$routes->post('/en/wrench/api/v1/jobmanagerupdatejob', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanagerdeletejob', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/activetaskslist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/familylist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/familyadd', 'WrenchApi::apigate');