cron_notifications

This commit is contained in:
CHIEFSOFT\ameye
2023-12-07 20:27:00 -05:00
parent 6ded64be76
commit 5ed0ca0d31
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ $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/notifications', 'WrenchCrons::cron_notifications');
$routes->get('/en/wrench/api/v1/offersreminders', 'WrenchCrons::offersreminders');