Skip to content

Commit

Permalink
fix(Instructeur): correction URL téléchargement des documents
Browse files Browse the repository at this point in the history
  • Loading branch information
gweill-guigops committed May 17, 2024
1 parent 864b945 commit 1528d4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const headers = [
component: (file) => {
return {
component: NuxtLink,
to: `${config.public.backendUrl}/documents/${file.uuid}`,
to: `${config.public.backendUrl}/documents/admin/${file.uuid}`,
class: "fr-icon-file-download-fill",
};
},
Expand Down

0 comments on commit 1528d4b

Please sign in to comment.