fix offer to site email

This commit is contained in:
CHIEFSOFT\ameye
2024-10-27 14:06:15 -04:00
parent 30f424e9b7
commit 1c3fe1b41e
2 changed files with 77 additions and 84 deletions
+2 -5
View File
@@ -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');