Parents suggested list

This commit is contained in:
CHIEFSOFT\ameye
2023-07-04 11:22:36 -04:00
parent af42a41725
commit 0f03f943f9
6 changed files with 74 additions and 2 deletions
+1
View File
@@ -101,6 +101,7 @@ $routes->post('/en/wrench/api/v1/familymanage', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/familysampletasks', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/familysuggesttasks', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/familysuggestlist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/familywaitingtasks', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/recipients', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/addrecipient', 'WrenchApi::apigate');