fix: wrong download path
This commit is contained in:
parent
a98074d339
commit
0d7944e9cf
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ export class SubFolderFileController extends Controller {
|
|||
...rest,
|
||||
download: await minioClient.presignedGetObject(
|
||||
DEFAULT_BUCKET!,
|
||||
`${cabinetName}/${drawerName}/${folderName}/${fileName}`,
|
||||
`${cabinetName}/${drawerName}/${folderName}/${subFolderName}/${fileName}`,
|
||||
),
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue