Offers reminders

This commit is contained in:
CHIEFSOFT\ameye
2023-12-06 19:20:59 -05:00
parent 5b899dbd30
commit 22f1e74bde
2 changed files with 23 additions and 4 deletions
+2
View File
@@ -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');