Skip to content

Commit ca42d77

Browse files
authored
Merge pull request #220 from mahajanmahesh935/Coupons
TASK #00000 : Give common access to template-list API
2 parents e816b21 + 554cf36 commit ca42d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/middleware/apiConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ export const apiList = {
693693
}),
694694
'/aspirespecific/certificate/course-template/list': createRouteObject({
695695
post: {
696-
ROLE_CHECK: rolesGroup.superadmin_regional_admin,
696+
ROLE_CHECK: rolesGroup.common,
697697
},
698698
}),
699699
'/aspirespecific/certificate/edit-template': createRouteObject({

0 commit comments

Comments
 (0)