mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
converted cloning and label routes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import treeService from './tree.js';
|
||||
import server from './server.js';
|
||||
|
||||
async function cloneNoteTo(childNoteId, parentNoteId, prefix) {
|
||||
const resp = await server.put('notes/' + childNoteId + '/clone-to/' + parentNoteId, {
|
||||
|
||||
Reference in New Issue
Block a user