renamed start_note_tree_id option to startNotePath

This commit is contained in:
azivner
2017-12-06 23:15:53 -05:00
parent f1256423ac
commit 6fad30e9af
6 changed files with 11 additions and 10 deletions

View File

@@ -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')
});
});