summaryrefslogtreecommitdiff
path: root/lib/web/note/router.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/web/note/router.js')
-rw-r--r--lib/web/note/router.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web/note/router.js b/lib/web/note/router.js
index 39da4c2c..e4f867b2 100644
--- a/lib/web/note/router.js
+++ b/lib/web/note/router.js
@@ -26,7 +26,7 @@ router.get('/p/:shortid', slide.showPublishSlide)
// publish slide actions
router.get('/p/:shortid/:action', slide.publishSlideActions)
// get note by id
-router.get('/:noteId', response.showNote)
+router.get('/:noteId', noteController.showNote)
// note actions
router.get('/:noteId/:action', noteController.doAction)
// note actions with action id