apigate
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace App\Controllers;
|
||||
class WrenchWallet extends BaseController
|
||||
{
|
||||
|
||||
public function aigate(){
|
||||
public function apigate(){
|
||||
|
||||
return ['aaa'=>'bbbbb'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user