Skip to content
Snippets Groups Projects

Fix the other resources links

Merged Matthieu BENOIST requested to merge DOS0069585 into master
1 file
+ 0
8
Compare changes
  • Side-by-side
  • Inline
@@ -117,14 +117,6 @@ export class ResourcesService {
staticResources[link.description].push(link);
} 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);
}
}
Loading