Skip to content

Commit

Permalink
Updated public API
Browse files Browse the repository at this point in the history
  • Loading branch information
arati-tekdi committed Nov 13, 2024
1 parent 4a46470 commit 98d042d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/common/middleware/apiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -684,10 +684,7 @@ export const apiList = {
),
'/action/composite/v3/search': createRouteObject(
{
post: {
//PRIVILEGE_CHECK: privilegeGroup.content.read,
ROLE_CHECK: rolesGroup.admin_team_leader,
},
post: {},
},
'/v3/search',
),
Expand Down Expand Up @@ -1494,6 +1491,7 @@ export const publicAPI = [
'/user/v1/password-reset-link',
'/user/v1/forgot-password',
'/questionset/v5/private/read/:identifier',
'/action/composite/v3/search',
];

// api which required academic year
Expand Down

0 comments on commit 98d042d

Please sign in to comment.