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');
+1
View File
@@ -86,6 +86,7 @@ class WrenchApi extends BaseController
'jobmanagercreatejob'=> ['POST'],
'jobmanagerupdatejob'=> ['POST'],
'jobmanagerdeletejob'=> ['POST'],
'activetaskslist' => ['POST'],
'profilepasschange' => ['POST'],
'starttopup' => ['POST'],
'familylist' => ['POST'],
+1
View File
@@ -65,6 +65,7 @@ $endpoints = array(
'jobmanagercreatejob' => array('POST'),
'jobmanagerupdatejob' => array('POST'),
'jobmanagerdeletejob' => array('POST'),
'activetaskslist' => array('POST'),
'profilepasschange' => array('POST'),
'starttopup' => array('POST'),
'familylist' => array('POST'),