fix: missing trailing slash
This commit is contained in:
parent
0a9f27a02e
commit
24350a11a4
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ export class FolderController extends Controller {
|
|||
@Path() drawerName: string,
|
||||
@Path() folderName: string,
|
||||
) {
|
||||
const fullpath = `${cabinetName}/${drawerName}/${folderName}`;
|
||||
const fullpath = `${cabinetName}/${drawerName}/${folderName}/`;
|
||||
|
||||
const list = await listItem(fullpath, true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue