New wallet call

This commit is contained in:
CHIEFSOFT\ameye
2024-10-14 13:26:20 -04:00
parent 13b3a7461f
commit d10f0279fa
2 changed files with 18 additions and 4 deletions
+2 -4
View File
@@ -102,12 +102,10 @@ $routes->post('/en/wrench/api/v1/familylist', 'WrenchApi::apigate');
//$routes->post('/en/wrench/api/v1/familywallet', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/getwallets', 'WrenchApi::apigate'); // to be retired
$routes->post('/en/wrench/api/v1/getwallets', 'WrenchApi::apigate'); // to be retired
// WALLET FUNCTIONS
$routes->post('/en/wrench/api/v1/wallets', 'WrenchWallet::getWallet');
$routes->post('/en/wrench/api/v1/kidwallets', 'WrenchWallet::getKidWallet');
$routes->post('/en/wrench/api/v1/wallets/escrols', 'WrenchWallet::getEscrols');
$routes->post('/en/wrench/api/v1/familywallet/redeem', 'WrenchWallet::redeemOptions');