Move showNote to note controller
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user