Skip to content

Commit 96903d8

Browse files
committed
[CST-5729] fix signposting proxy url
1 parent b3b5b76 commit 96903d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ export function app() {
182182
/**
183183
* Proxy the linksets
184184
*/
185-
router.use('/links**', createProxyMiddleware({
186-
target: `${environment.rest.baseUrl}/signposting`,
185+
router.use('/signposting**', createProxyMiddleware({
186+
target: `${environment.rest.baseUrl}`,
187187
pathRewrite: path => path.replace(environment.ui.nameSpace, '/'),
188188
changeOrigin: true
189189
}));

0 commit comments

Comments
 (0)