fix offer to site email
This commit is contained in:
@@ -88,9 +88,8 @@ $routes->group('/en/wrench/api/v1/', static function ($routes) {
|
||||
$routes->post('jobmanagerdeletejob', 'WrenchApi::apigate');
|
||||
$routes->post('jobgrouplist', 'WrenchApi::apigate');
|
||||
$routes->post('jobgroupadd', 'WrenchApi::apigate');
|
||||
$routes->post('groupmemberadd', 'WrenchApi::apigate');
|
||||
$routes->post('groupmemberdel', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('groupmemberadd', 'WrenchApi::apigate');
|
||||
$routes->post('groupmemberdel', 'WrenchApi::apigate');
|
||||
});
|
||||
|
||||
//$routes->post('/en/wrench/api/v1/jobmanageragree', 'WrenchApi::apigate');
|
||||
@@ -125,8 +124,6 @@ $routes->post('/en/wrench/api/v1/getwallets', 'WrenchApi
|
||||
//$routes->post('/en/wrench/api/v1/wallets/card/request', 'WrenchWallet::requestVirtualCard');
|
||||
|
||||
$routes->group('/en/wrench/api/v1/', static function ($routes) {
|
||||
// $routes->get('users', 'Admin\Users::index');
|
||||
//$routes->get('blog', 'Admin\Blog::index');
|
||||
$routes->post('wallets', 'WrenchWallet::getWallet');
|
||||
$routes->post('kidwallets', 'WrenchWallet::getKidWallet');
|
||||
$routes->post('wallets/escrols', 'WrenchWallet::getEscrols');
|
||||
|
||||
Reference in New Issue
Block a user