Skip to content

Commit

Permalink
added pending url
Browse files Browse the repository at this point in the history
  • Loading branch information
poojakarma committed Oct 11, 2024
1 parent f30fc60 commit fdcfa9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/common/middleware/apiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,8 @@ export const apiListForAcademicYear = [
'user/v1/cohortmember/read/:identifier',
'user/v1/cohort/create',
'user/v1/cohort/search',
'user/v1/cohort/cohortHierarchy/:identifier',
'user/v1/cohort/mycohorts/:identifier'
];

function convertToRegex(pattern) {
Expand Down
2 changes: 1 addition & 1 deletion src/middleware/gateway.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class GatewayService {
) {
let newheaders = {
tenantId: oheaders['tenantid'],
academicyearid: oheaders['academicyearid'], // stop gap
academicyearid: oheaders['academicyearid'],
'content-type': 'application/json',
authorization: oheaders['authorization'],
};
Expand Down

0 comments on commit fdcfa9e

Please sign in to comment.