mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
#129, removed recent notes dialog as its not necessary anymore
This commit is contained in:
@@ -161,7 +161,6 @@ function register(app) {
|
||||
|
||||
apiRoute(GET, '/api/event-log', eventLogRoute.getEventLog);
|
||||
|
||||
apiRoute(GET, '/api/recent-notes', recentNotesRoute.getRecentNotes);
|
||||
apiRoute(PUT, '/api/recent-notes/:branchId/:notePath', recentNotesRoute.addRecentNote);
|
||||
apiRoute(GET, '/api/app-info', appInfoRoute.getAppInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user