This commit is contained in:
CHIEFSOFT\ameye
2024-03-08 09:33:13 -05:00
parent dda4fbdc54
commit 821909b390
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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');
//$routes->get('/en/wrench/api/v1/familywallet/redeem/options', 'WrenchWallet::apigate');
+1 -1
View File
@@ -5,7 +5,7 @@ namespace App\Controllers;
class WrenchWallet extends BaseController
{
public function aigate(){
public function apigate(){
return ['aaa'=>'bbbbb'];
}