fix: missing trailing slash
This commit is contained in:
parent
4e2146e993
commit
f1de8475fe
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ export class FolderController extends Controller {
|
|||
@Path() drawerName: string,
|
||||
@Path() folderName: string,
|
||||
) {
|
||||
const path = `${cabinetName}/${drawerName}/${folderName}`;
|
||||
const path = `${cabinetName}/${drawerName}/${folderName}/`;
|
||||
const list = await listItem(DEFAULT_BUCKET!, path, true);
|
||||
|
||||
await Promise.all(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue