import and export fixes

This commit is contained in:
zadam
2023-07-13 23:54:47 +02:00
parent a748710b01
commit ca41806bc2
6 changed files with 621 additions and 55 deletions

View File

@@ -55,7 +55,7 @@ function uploadAttachment(req) {
content: file.buffer
});
url = `#${noteId}?viewMode=attachments&attachmentId=${attachment.attachmentId}`;
url = `#root/${noteId}?viewMode=attachments&attachmentId=${attachment.attachmentId}`;
}
return {