crons new

This commit is contained in:
CHIEFSOFT\ameye
2023-12-01 19:16:49 -05:00
parent 860d5bfa29
commit cfa263f435
3 changed files with 58 additions and 24 deletions
+3
View File
@@ -220,7 +220,10 @@ $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/cron_notifications', 'WrenchCrons::notifications');
$routes->get('/en/wrench/api/v1/bko', 'Bko::apigate');
$routes->post('/en/wrench/api/v1/bko', 'Bko::apigate');