mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
note content refactoring, WIP
This commit is contained in:
@@ -21,7 +21,7 @@ async function returnImage(req, res) {
|
||||
|
||||
res.set('Content-Type', image.mime);
|
||||
|
||||
res.send(image.content);
|
||||
res.send((await note.getNoteContent()).content);
|
||||
}
|
||||
|
||||
async function uploadImage(req) {
|
||||
|
||||
Reference in New Issue
Block a user