|
|
@@ -262,7 +262,7 @@ const download = (link: string) => {
|
|
|
// En switch : https://api.test5.opentalent.fr/api/{accessId}/{switchId}/files/{fileId}/download
|
|
|
// Sans switch : https://local.api.opentalent.fr/api/{accessId}/files/{fileId}/download
|
|
|
const url = UrlUtils.join(
|
|
|
- runtimeConfig.baseUrlLegacy,
|
|
|
+ runtimeConfig.public.baseUrlLegacy,
|
|
|
'api',
|
|
|
String(accessProfileStore.id),
|
|
|
String(accessProfileStore.switchId || ''),
|