1
0

[CST-5729] implemented functionality to add link tags in head html section when on item page

This commit is contained in:
Alban Imami
2023-05-11 12:53:18 +02:00
parent 90a1f25ba9
commit e8ff0fbf36
11 changed files with 139 additions and 113 deletions

View File

@@ -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