family sample tasks
This commit is contained in:
@@ -296,6 +296,7 @@ define('WRENCHBOARD_FAMILY_LIST', 22010);
|
||||
define('WRENCHBOARD_FAMILY_ADD', 22015);
|
||||
define('WRENCHBOARD_FAMILY_UPDATE', 22020);
|
||||
define('WRENCHBOARD_FAMILY_MANAGE', 22025);
|
||||
define('WRENCHBOARD_FAMILY_SAMPLETASKS', 22027);
|
||||
|
||||
define('WRENCHBOARD_SMONEY_ADDRECIPIENT', 33010);
|
||||
define('WRENCHBOARD_SMONEY_MEMBER', 33020);
|
||||
|
||||
@@ -98,6 +98,7 @@ $routes->post('/en/wrench/api/v1/familylist', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/familyadd', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/familyupdate', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/familymanage', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/familysampletasks', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/recipients', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/addrecipient', 'WrenchApi::apigate');
|
||||
|
||||
Reference in New Issue
Block a user