diff --git a/src/pages/FileDownload.jsx b/src/pages/FileDownload.jsx index f557a95..5a057d2 100644 --- a/src/pages/FileDownload.jsx +++ b/src/pages/FileDownload.jsx @@ -103,5 +103,5 @@ FileDownload.displayName = 'FileDownloadMemo' export default wrapPrivateComponent(FileDownload, { requirements: ['File.get'], - route: 'file_download/:idWell/:idFile*', + route: 'file_download/:idWell/:idFile/*', }, )