Skip to content

Commit

Permalink
Merge pull request #4 from vishnuvinay89/all-saas-0.1-dev
Browse files Browse the repository at this point in the history
lis/roles role access for common
  • Loading branch information
sudeeppr1998 authored Dec 23, 2024
2 parents 8ca6011 + b6a580c commit 23f5215
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 23f5215

Please sign in to comment.