new end points

This commit is contained in:
CHIEFSOFT\ameye
2024-09-09 15:59:20 -04:00
parent fb6bf88b6c
commit 4089b3dd6a
2 changed files with 30 additions and 0 deletions
+3
View File
@@ -46,6 +46,9 @@ $routes->get('/en/flow/api/v1/signup-report', 'AirFlow::flowSignupReport');
$routes->get('/en/flow/api/v1/refresh-blog', 'AirFlow::flowRefreshBlog');
$routes->get('/en/flow/api/v1/notifications', 'AirFlow::flowSendNotifications');
$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');
include "RoutesV1.php";