Skip to content
Snippets Groups Projects
Commit 92bef9c7 authored by Matthieu BENOIST's avatar Matthieu BENOIST
Browse files

Merge branch 'DOS0069585' into 'master'

Fix the other resources links

See merge request !102
parents 0881203f b7d8bdcd
No related branches found
No related tags found
2 merge requests!103Dos0061612,!102Fix the other resources links
Pipeline #8356 passed
...@@ -117,14 +117,6 @@ export class ResourcesService { ...@@ -117,14 +117,6 @@ export class ResourcesService {
staticResources[link.description].push(link); staticResources[link.description].push(link);
} else { } else {
// Instead of using the direct link to the files we go through the dedicated proxy
// that is adding credentials of a technical account if the user has access to the requested file/data
link.url = link.url.replace(
'https://download.data.grandlyon.com',
`${APP_CONFIG.backendUrls.proxyQuery}/download`,
);
otherResources.push(link); otherResources.push(link);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment