mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
new import dialog
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user