#129, removed recent notes dialog as its not necessary anymore

This commit is contained in:
azivner
2018-07-26 17:35:32 +02:00
parent f578e001b0
commit e4f459fa2b
8 changed files with 12 additions and 114 deletions

View File

@@ -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);