group offer
This commit is contained in:
@@ -230,10 +230,12 @@ $routes->post('/en/wrench/hooks/v1/stripes', 'WrenchHooks::stripes');
|
||||
// cron jobs ------------ ===== ------------
|
||||
$routes->post('/en/wrench/api/v1/cron', 'WrenchCrons::apigate');
|
||||
|
||||
$routes->get('/en/wrench/api/v1/cron', 'WrenchCrons::apigate');
|
||||
$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/cron', 'WrenchCrons::apigate');
|
||||
$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/bko', 'Bko::apigate');
|
||||
|
||||
@@ -33,6 +33,11 @@ class WrenchCrons extends BaseController
|
||||
//$routes->get('/en/wrench/api/v1/cron_jobalerts', 'WrenchCrons::jobalerts');
|
||||
//$routes->get('/en/wrench/api/v1/cron_notifications', 'WrenchCrons::notifications');
|
||||
|
||||
public function groupoffer(){
|
||||
log_message('critical', "WrenchCrons ===> groupoffer ******** 0001");
|
||||
|
||||
return [];
|
||||
}
|
||||
public function cron_notifications()
|
||||
{
|
||||
log_message('critical', "WrenchCrons ===> cron_notifications ******** 0001");
|
||||
|
||||
Reference in New Issue
Block a user