mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
note map refactoring
This commit is contained in:
@@ -221,8 +221,8 @@ function register(app) {
|
||||
apiRoute(GET, '/api/attributes/values/:attributeName', attributesRoute.getValuesForAttribute);
|
||||
|
||||
apiRoute(POST, '/api/notes/:noteId/link-map', linkMapRoute.getLinkMap);
|
||||
apiRoute(POST, '/api/note-map/tree', linkMapRoute.getGlobalTreeMap);
|
||||
apiRoute(POST, '/api/note-map/link', linkMapRoute.getGlobalLinkMap);
|
||||
apiRoute(POST, '/api/note-map/:noteId/tree', linkMapRoute.getGlobalTreeMap);
|
||||
apiRoute(POST, '/api/note-map/:noteId/link', linkMapRoute.getGlobalLinkMap);
|
||||
|
||||
apiRoute(GET, '/api/special-notes/inbox/:date', specialNotesRoute.getInboxNote);
|
||||
apiRoute(GET, '/api/special-notes/date/:date', specialNotesRoute.getDateNote);
|
||||
|
||||
Reference in New Issue
Block a user