Skip to content

Commit e8153ef

Browse files
authored
Merge pull request #279 from dkttarento/patch-16
Update proxies_v8.ts
2 parents aebe899 + 49ee963 commit e8153ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/proxies_v8/proxies_v8.ts

+5
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,11 @@ proxiesV8.use('/cbplan/*',
591591
proxyCreatorSunbird(express.Router(), `${CONSTANTS.KONG_API_BASE}`)
592592
)
593593

594+
proxiesV8.use('/ehrms/*',
595+
// tslint:disable-next-line: max-line-length
596+
proxyCreatorSunbird(express.Router(), `${CONSTANTS.KONG_API_BASE}`)
597+
)
598+
594599
function removePrefix(prefix: string, s: string) {
595600
return s.substr(prefix.length)
596601
}

0 commit comments

Comments
 (0)