We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b5b76 commit 96903d8Copy full SHA for 96903d8
1 file changed
server.ts
@@ -182,8 +182,8 @@ export function app() {
182
/**
183
* Proxy the linksets
184
*/
185
- router.use('/links**', createProxyMiddleware({
186
- target: `${environment.rest.baseUrl}/signposting`,
+ router.use('/signposting**', createProxyMiddleware({
+ target: `${environment.rest.baseUrl}`,
187
pathRewrite: path => path.replace(environment.ui.nameSpace, '/'),
188
changeOrigin: true
189
}));
0 commit comments