mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
renamed start_note_tree_id option to startNotePath
This commit is contained in:
@@ -31,7 +31,7 @@ router.get('/', auth.checkApiAuth, async (req, res, next) => {
|
||||
|
||||
res.send({
|
||||
notes: notes,
|
||||
start_note_tree_id: await options.getOption('start_note_tree_id')
|
||||
start_note_path: await options.getOption('start_note_path')
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user