hooks
This commit is contained in:
@@ -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');
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user