This commit is contained in:
CHIEFSOFT\ameye
2023-07-27 21:53:58 -04:00
parent a47e29a319
commit 697b971472
2 changed files with 54 additions and 0 deletions
+4
View File
@@ -194,10 +194,14 @@ $routes->post('/en/wrench/api/v1/getmedia', 'WrenchMedia::apigate');
$routes->get('/en/wrench/api/v1/getmedia', 'WrenchMedia::apigate');
$routes->get('/en/wrench/hooks/v1/flutter', 'WrenchHooks::flutter');
$routes->get('/en/wrench/hooks/v1/stripes', 'WrenchHooks::stripes');
$routes->post('/en/wrench/hooks/v1/flutter', 'WrenchHooks::flutter');
$routes->post('/en/wrench/hooks/v1/stripes', 'WrenchHooks::stripes');
// cron jobs ------------ ===== ------------
$routes->post('/en/wrench/api/v1/cron', 'WrenchCrons::apigate');
/*