getkidswallets

This commit is contained in:
CHIEFSOFT\ameye
2024-03-20 12:34:03 -04:00
parent dd25677989
commit 791c7a3927
2 changed files with 84 additions and 0 deletions
+2
View File
@@ -121,6 +121,8 @@ $routes->post('/en/wrench/api/v1/familylist', 'WrenchApi::apigate');
$routes->post('/en/wrench/api/v1/getwallets', 'WrenchApi::apigate'); // to be retired
$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');