Skip to content

Commit

Permalink
Merge pull request #70 from arati-tekdi/main
Browse files Browse the repository at this point in the history
Changes in role
  • Loading branch information
Shubham4026 authored Dec 3, 2024
2 parents 698e93c + 3acfe79 commit 4670970
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 @@ -539,7 +539,7 @@ export const apiList = {
'/v1/tracking/content/create': createRouteObject({
post: {
//PRIVILEGE_CHECK: privilegeGroup.tracking.create,
ROLE_CHECK: rolesGroup.student,
ROLE_CHECK: rolesGroup.common,
},
}),
'/v1/tracking/content/search': createRouteObject({
Expand Down

0 comments on commit 4670970

Please sign in to comment.