Add recipeint

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-27 06:26:39 -04:00
parent 84e9268d90
commit 193d634cdc
7 changed files with 18 additions and 0 deletions
+1
View File
@@ -201,6 +201,7 @@ define('WRENCHBOARD_ACCOUNT_REFFERHX', 11064 );
define('WRENCHBOARD_ACCOUNT_PRICE_COMBO', 11171);
define('WRENCHBOARD_ACCOUNT_JOBPOST_DURATION', 11173);
define('WRENCHBOARD_ACCOUNT_USER_RECIPEINT', 11175);
define('WRENCHBOARD_ACCOUNT_ADD_RECIPEINT', 11176);
define('WRENCHBOARD_ACCOUNT_ACCOUNT_TYPES', 11177);
define('WRENCHBOARD_ACCOUNT_COUNTRY_COMBO', 11179);
define('WRENCHBOARD_ACCOUNT_JOB_COUNTRY', 11181);
+2
View File
@@ -66,6 +66,8 @@ $routes->post('/en/wrench/api/v1/purchasehx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/jobmanagerlist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/recipients', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/addrecipient', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/sendreferral', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/refferhx', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/countrybanks', 'WrenchApi::apigate');