Skip to content

Commit ef20833

Browse files
authored
Merge pull request #280 from dkttarento/patch-15
Update whitelistApis.ts
2 parents e8153ef + acacdd8 commit ef20833

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/utils/whitelistApis.ts

+8
Original file line numberDiff line numberDiff line change
@@ -2689,6 +2689,13 @@ export const API_LIST = {
26892689
ROLE.SPV_ADMIN
26902690
],
26912691
},
2692+
'/proxies/v8/ehrms/details': {
2693+
checksNeeded: [CHECK.ROLE],
2694+
// tslint:disable-next-line: object-literal-sort-keys
2695+
ROLE_CHECK: [
2696+
ROLE.PUBLIC,
2697+
],
2698+
},
26922699
},
26932700
URL_PATTERN:
26942701
[
@@ -3032,5 +3039,6 @@ export const API_LIST = {
30323039
'/proxies/v8/cbplan/v1/admin/requestcontent',
30333040
'/proxies/v8/storage/v1/spvReport/:reportType/:date/:fileName',
30343041
'/proxies/v8/storage/v1/spvReportInfo/:date',
3042+
'/proxies/v8/ehrms/details',
30353043
],
30363044
}

0 commit comments

Comments
 (0)