flowInterestcount

This commit is contained in:
CHIEFSOFT\ameye
2024-09-06 10:23:09 -04:00
parent 7c9e1e8c24
commit 60f595d8e8
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ $routes->get('/en/flow/api/v1/approve-reminder','AirFlow::flowApproveReminder');
$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');
include "RoutesV1.php";