diff --git a/www-api/app/Config/Routes.php b/www-api/app/Config/Routes.php index 0e4c09c2..53d15361 100644 --- a/www-api/app/Config/Routes.php +++ b/www-api/app/Config/Routes.php @@ -119,7 +119,7 @@ $routes->post('/en/wrench/api/v1/familywallet', 'WrenchApi::apigate'); $routes->post('/en/wrench/api/v1/familywallet/redeem', 'WrenchWallet::apigate'); $routes->post('/en/wrench/api/v1/familywallet/redeem/options', 'WrenchWallet::apigate'); - +$routes->get('/en/wrench/api/v1/familywallet/redeem/options', 'WrenchWallet::apigate');