api route
This commit is contained in:
@@ -37,6 +37,9 @@ $routes->set404Override();
|
||||
// route since we don't have to scan directories.
|
||||
//www-api/app/Config/RoutesV1.php
|
||||
|
||||
$routes->post('/en/promo/api/v1/start', 'Promo::promoStart');
|
||||
$routes->post('/en/promo/api/v1/tasks', 'Promo::promoTask');
|
||||
|
||||
|
||||
$routes->get('/en/flow/api/v1/new-account', 'AirFlow::flowNewAccount');
|
||||
$routes->get('/en/flow/api/v1/offer-pending', 'AirFlow::flowOfferPending');
|
||||
|
||||
Reference in New Issue
Block a user