WRENCHBOARD_FAMILY_RELLIST

This commit is contained in:
CHIEFSOFT\ameye
2024-01-23 11:07:16 -05:00
parent 4b19a48cad
commit 3505978de8
6 changed files with 11 additions and 1 deletions
+1
View File
@@ -130,6 +130,7 @@ $routes->post('/en/wrench/api/v1/familysuggestlist', '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/familyrellist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/recipients', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/addrecipient', 'WrenchApi::apigate');