fix: missing trailing slash
This commit is contained in:
parent
1a5cb2e62e
commit
bc7e21d2ed
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ export class SubFolderController extends Controller {
|
|||
|
||||
const io = getInstance();
|
||||
io?.emit("DeleteFolder", {
|
||||
pathname: `${cabinetName}/${drawerName}/${folderName}/${subFolderName}`,
|
||||
pathname: `${cabinetName}/${drawerName}/${folderName}/${subFolderName}/`,
|
||||
});
|
||||
|
||||
return this.setStatus(HttpStatusCode.NO_CONTENT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue