Skip to content

Commit 885d704

Browse files
authored
Merge pull request #198 from Tusharmahajan12/new_aspm
Event-type export Endpoint Added
2 parents 932327f + 3b86563 commit 885d704

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/common/middleware/apiConfig.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,11 @@ export const apiList = {
811811
ROLE_CHECK: rolesGroup.superadmin_regional_admin,
812812
},
813813
}),
814+
'/aspirespecific/export/event': createRouteObject({
815+
post: {
816+
ROLE_CHECK: rolesGroup.superadmin_regional_admin,
817+
},
818+
}),
814819

815820
//elasticsearch API
816821
'/user/v1/elasticsearch/users/search': createRouteObject({
@@ -1475,6 +1480,12 @@ export const apiList = {
14751480
},
14761481
}),
14771482

1483+
'/event-service/reports/attendance': createRouteObject({
1484+
post: {
1485+
ROLE_CHECK: rolesGroup.superadmin_regional_admin,
1486+
},
1487+
}),
1488+
14781489
//END EVENT MICROSERVICE API
14791490

14801491
//notification-service

0 commit comments

Comments
 (0)