mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
introduced NoteFull entity, fixes
This commit is contained in:
@@ -26,7 +26,8 @@ router.post('/:searchString', auth.checkApiAuth, wrap(async (req, res, next) =>
|
||||
|
||||
const noteId = await notes.createNote('root', 'Search note', noteContent, {
|
||||
json: true,
|
||||
type: 'search'
|
||||
type: 'search',
|
||||
mime: "application/json"
|
||||
});
|
||||
|
||||
res.send({ noteId });
|
||||
|
||||
Reference in New Issue
Block a user