family invite page

This commit is contained in:
CHIEFSOFT\ameye
2024-01-08 13:45:06 -05:00
parent bbb7f84ba2
commit 224ca8fad8
3 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -125,8 +125,9 @@ $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/suggeststatus', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/suggeststatus', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/familywaitingtasks', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/familyrelinvite', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/recipients', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/addrecipient', 'WrenchApi::apigate');