Skip to content

Commit

Permalink
lis/roles role access for common
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuvinay89 committed Dec 23, 2024
1 parent 14352c7 commit b6a580c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/middleware/apiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export const apiList = {
}),
'/user/v1/rbac/roles/list/roles': createRouteObject({
post: {
ROLE_CHECK: rolesGroup.admin_team_leader,
ROLE_CHECK: rolesGroup.common,
},
}),
'/user/v1/rbac/roles/delete/:roleId': createRouteObject({
Expand Down

0 comments on commit b6a580c

Please sign in to comment.