api route

This commit is contained in:
CHIEFSOFT\ameye
2024-09-16 15:56:51 -04:00
parent 9a4969085b
commit 4b8d4ccb0d
2 changed files with 39 additions and 0 deletions
+3
View File
@@ -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');