fix: missing trailing slash
This commit is contained in:
parent
66e33a9c7b
commit
1b47c58f12
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ export class FolderController extends Controller {
|
|||
|
||||
const io = getInstance();
|
||||
io?.emit("EditFolder", {
|
||||
from: `${cabinetName}/${drawerName}/${folderName}`,
|
||||
from: `${cabinetName}/${drawerName}/${folderName}/`,
|
||||
to: `${cabinetName}/${drawerName}/${replaceIllegalChars(body.name)}/`,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue