From 373f0961d636b51b0087a3a8daa5d64fda0adbdd Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 25 Nov 2023 21:09:35 -0500 Subject: [PATCH] get on crons --- www-api/app/Config/Routes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www-api/app/Config/Routes.php b/www-api/app/Config/Routes.php index af32a587..b1d0bdb7 100644 --- a/www-api/app/Config/Routes.php +++ b/www-api/app/Config/Routes.php @@ -220,6 +220,7 @@ $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'); /* * -------------------------------------------------------------------- * Additional Routing