fix: missing trailing slash

This commit is contained in:
Methapon2001 2023-11-24 21:11:11 +07:00
parent 0a9f27a02e
commit 24350a11a4
No known key found for this signature in database
GPG key ID: 849924FEF46BD132

View file

@ -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);