new import dialog

This commit is contained in:
zadam
2019-02-10 14:33:13 +01:00
parent 1e1d78999e
commit 45ddfef30a
8 changed files with 79 additions and 26 deletions

View File

@@ -21,7 +21,7 @@ async function returnImage(req, res) {
res.set('Content-Type', image.mime);
res.send((await note.getNoteContent()).content);
res.send(await image.getContent());
}
async function uploadImage(req) {