mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[CST-5729] implemented functionality to add link tags in head html section when on item page
This commit is contained in:
12
server.ts
12
server.ts
@@ -180,14 +180,14 @@ export function app() {
|
||||
changeOrigin: true
|
||||
}));
|
||||
|
||||
/**
|
||||
/**
|
||||
* Proxy the linksets
|
||||
*/
|
||||
router.use('/linksets**', createProxyMiddleware({
|
||||
target: `${environment.rest.baseUrl}/linksets`,
|
||||
pathRewrite: path => path.replace(environment.ui.nameSpace, '/'),
|
||||
changeOrigin: true
|
||||
}));
|
||||
router.use('/linkset**', createProxyMiddleware({
|
||||
target: `${environment.rest.baseUrl}/signposting/linksets`,
|
||||
pathRewrite: path => path.replace(environment.ui.nameSpace, '/'),
|
||||
changeOrigin: true
|
||||
}));
|
||||
|
||||
/**
|
||||
* Checks if the rateLimiter property is present
|
||||
|
Reference in New Issue
Block a user