Skip to content

Commit c93603d

Browse files
authored
Merge pull request #105 from vaibhavsTekdi/vs-eaym
Issue #000000 Chore: Added Create Cohort permission to Trainer
2 parents 7716467 + c23e73d commit c93603d

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
@@ -421,7 +421,7 @@ export const apiList = {
421421
'/user/v1/cohort/create': createRouteObject({
422422
post: {
423423
PRIVILEGE_CHECK: privilegeGroup.cohort.create,
424-
ROLE_CHECK: rolesGroup.admin_center_admin,
424+
ROLE_CHECK: rolesGroup.admin_center_admin_trainer,
425425
},
426426
}),
427427
'/user/v1/cohort/search': createRouteObject({

0 commit comments

Comments
 (0)