moved instanceName to index.ejs

This commit is contained in:
azivner
2018-04-02 21:34:28 -04:00
parent 26e4ad9bf9
commit 429d3f518e
5 changed files with 10 additions and 9 deletions

View File

@@ -51,10 +51,9 @@ async function getTree() {
});
return {
instanceName: config.General ? config.General.instanceName : null,
start_note_path: await optionService.getOption('start_note_path'),
branches: branches,
notes: notes,
start_note_path: await optionService.getOption('start_note_path')
notes: notes
};
}