route fix
This commit is contained in:
@@ -57,10 +57,11 @@ $routes->get('/en/flow/api/v1/automarket01', 'AirFlow::flowAutoMarket01');
|
||||
$routes->get('/en/flow/api/v1/offersmissed', 'AirFlow::flowOfferMissed');
|
||||
$routes->get('/en/flow/api/v1/holidaybroadcast', 'AirFlow::flowHolidayBroadCast');
|
||||
$routes->get('/en/flow/api/v1/refreshresoucres', 'AirFlow::flowRefreshResources');
|
||||
$routes->get('/en/flow/api/v1/stripe-card', 'AirFlow::flowStripeCard');
|
||||
|
||||
$routes->group('/en/wrench/api/v1/', static function ($routes) {
|
||||
$routes->get('/stripe-card', 'AirFlow::flowStripeCard');
|
||||
});
|
||||
//$routes->group('/en/wrench/api/v1/', static function ($routes) {
|
||||
// $routes->get('/stripe-card', 'AirFlow::flowStripeCard');
|
||||
//});
|
||||
|
||||
|
||||
include "RoutesV1.php";
|
||||
|
||||
Reference in New Issue
Block a user