Offers reminders
This commit is contained in:
@@ -227,6 +227,8 @@ $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/cron_notifications', 'WrenchCrons::notifications');
|
||||
$routes->get('/en/wrench/api/v1/offersreminders', 'WrenchCrons::offersreminders');
|
||||
|
||||
|
||||
$routes->get('/en/wrench/api/v1/bko', 'Bko::apigate');
|
||||
$routes->post('/en/wrench/api/v1/bko', 'Bko::apigate');
|
||||
|
||||
Reference in New Issue
Block a user