Added auto market

This commit is contained in:
CHIEFSOFT\ameye
2024-09-15 14:02:35 -04:00
parent f01e458f22
commit 674f6b6d10
2 changed files with 77 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ $routes->get('/en/flow/api/v1/interestcount', 'AirFlow::flowInterestcount');
$routes->get('/en/flow/api/v1/processtransfer', 'AirFlow::flowProcessTransfer');
$routes->get('/en/flow/api/v1/scheduletransfer', 'AirFlow::flowScheduleTransfer');
$routes->get('/en/flow/api/v1/testnotifications', 'AirFlow::flowTestNotifications');
$routes->get('/en/flow/api/v1/automarket01', 'AirFlow::flowAutoMarket01');
include "RoutesV1.php";