diff --git a/www-api/app/Config/Routes.php b/www-api/app/Config/Routes.php index b9fad849..38fb5787 100644 --- a/www-api/app/Config/Routes.php +++ b/www-api/app/Config/Routes.php @@ -239,6 +239,7 @@ $routes->get('/en/wrench/api/v1/cron_jobalerts', 'WrenchCrons::jobalerts $routes->get('/en/wrench/api/v1/notifications', 'WrenchCrons::cron_notifications'); $routes->get('/en/wrench/api/v1/offersreminders', 'WrenchCrons::offersreminders'); $routes->get('/en/wrench/api/v1/groupoffer', 'WrenchCrons::groupoffer'); +$routes->get('/en/wrench/api/v1/tranfercrons', 'WrenchCrons::tranfercrons'); diff --git a/www-api/app/Controllers/WrenchCrons.php b/www-api/app/Controllers/WrenchCrons.php index c0d078cc..c82846b4 100644 --- a/www-api/app/Controllers/WrenchCrons.php +++ b/www-api/app/Controllers/WrenchCrons.php @@ -102,6 +102,12 @@ class WrenchCrons extends BaseController return $this->response->setJson($out); } + public function tranfercrons(){ + $out = array(); + + return $this->response->setJson($out); + } + public function offersreminders(){ log_message('critical', "WrenchCrons ===> offersreminders ******** 0001"); $in["action"] =WRB_JOB_CRONJOB;