mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
delete notes preview dialog WIP
This commit is contained in:
@@ -290,6 +290,8 @@ function register(app) {
|
||||
apiRoute(GET, '/api/stats/note-size/:noteId', statsRoute.getNoteSize);
|
||||
apiRoute(GET, '/api/stats/subtree-size/:noteId', statsRoute.getSubtreeSize);
|
||||
|
||||
apiRoute(POST, '/api/delete-notes-preview', notesApiRoute.getDeleteNotesPreview);
|
||||
|
||||
app.use('', router);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user