forked from ddrilling/asb_cloud_front
Исправлен роут страницы загрузки файлов
This commit is contained in:
parent
01f1f98e53
commit
6415160d90
@ -103,5 +103,5 @@ FileDownload.displayName = 'FileDownloadMemo'
|
|||||||
|
|
||||||
export default wrapPrivateComponent(FileDownload, {
|
export default wrapPrivateComponent(FileDownload, {
|
||||||
requirements: ['File.get'],
|
requirements: ['File.get'],
|
||||||
route: 'file_download/:idWell/:idFile*',
|
route: 'file_download/:idWell/:idFile/*',
|
||||||
}, <AccessDenied />)
|
}, <AccessDenied />)
|
||||||
|
Loading…
Reference in New Issue
Block a user