This commit is contained in:
CHIEFSOFT\ameye
2023-07-27 11:51:49 -04:00
parent bca95d4b6f
commit 25bf7c040e
2 changed files with 41 additions and 0 deletions
+5
View File
@@ -193,6 +193,11 @@ $routes->post('/en/wrench/api/v1/dashrecent', 'WrenchDashRecent::apigate'
$routes->post('/en/wrench/api/v1/getmedia', 'WrenchMedia::apigate');
$routes->get('/en/wrench/api/v1/getmedia', 'WrenchMedia::apigate');
$routes->post('/en/wrench/hooks/v1/flutter', 'WrenchHooks::flutter');
$routes->get('/en/wrench/hooks/v1/stripes', 'WrenchHooks::stripes');
// cron jobs ------------ ===== ------------
$routes->post('/en/wrench/api/v1/cron', 'WrenchCrons::apigate');
/*