WRENCHBOARD_VIRTUAL_FAMILY_CARD

This commit is contained in:
CHIEFSOFT\ameye
2024-11-02 03:40:26 -04:00
parent cbccd8b085
commit 8bf1a6f3f7
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -112,6 +112,7 @@ $routes->group('/en/wrench/api/v1/', static function ($routes) {
$routes->post('kidwallets', 'WrenchWallet::getKidWallet');
$routes->post('wallets/escrols', 'WrenchWallet::getEscrols');
$routes->post('wallets/card/request', 'WrenchWallet::requestVirtualCard');
$routes->post('wallets/card/familyrequest', 'WrenchWallet::requestFamilyVirtualCard');
});
$routes->post('/en/wrench/api/v1/familywallet/redeem', 'WrenchWallet::redeemOptions');