mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[CST-5729] fix signposting proxy url
This commit is contained in:
@@ -182,8 +182,8 @@ export function app() {
|
||||
/**
|
||||
* Proxy the linksets
|
||||
*/
|
||||
router.use('/links**', createProxyMiddleware({
|
||||
target: `${environment.rest.baseUrl}/signposting`,
|
||||
router.use('/signposting**', createProxyMiddleware({
|
||||
target: `${environment.rest.baseUrl}`,
|
||||
pathRewrite: path => path.replace(environment.ui.nameSpace, '/'),
|
||||
changeOrigin: true
|
||||
}));
|
||||
|
Reference in New Issue
Block a user