Skip to content

Commit 554cf36

Browse files
TASK #00000 : Give common access to template-list API
1 parent 6bfc938 commit 554cf36

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
@@ -685,7 +685,7 @@ export const apiList = {
685685
}),
686686
'/aspirespecific/certificate/course-template/list': createRouteObject({
687687
post: {
688-
ROLE_CHECK: rolesGroup.superadmin_regional_admin,
688+
ROLE_CHECK: rolesGroup.common,
689689
},
690690
}),
691691
'/aspirespecific/certificate/edit-template': createRouteObject({

0 commit comments

Comments
 (0)