mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
unifying API paths to lower-case
This commit is contained in:
@@ -30,7 +30,7 @@ const editTreePrefix = (function() {
|
||||
formEl.submit(() => {
|
||||
const prefix = treePrefixInputEl.val();
|
||||
|
||||
server.put('tree/' + noteTreeId + '/setPrefix', {
|
||||
server.put('tree/' + noteTreeId + '/set-prefix', {
|
||||
prefix: prefix
|
||||
}).then(() => noteTree.setPrefix(noteTreeId, prefix));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user