mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
backend API to create a launcher
This commit is contained in:
@@ -67,7 +67,10 @@ function getHoistedNote() {
|
||||
}
|
||||
|
||||
function createLauncher(req) {
|
||||
return specialNotesService.createLauncher(req.params.parentNoteId, req.params.launcherType);
|
||||
return specialNotesService.createLauncher({
|
||||
parentNoteId: req.params.parentNoteId,
|
||||
launcherType: req.params.launcherType
|
||||
});
|
||||
}
|
||||
|
||||
function resetLauncher(req) {
|
||||
|
||||
Reference in New Issue
Block a user