We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0faaa5 commit dcf48e7Copy full SHA for dcf48e7
lib/routes.js
@@ -71,7 +71,7 @@ appRouter.get('/p/:shortid', response.showPublishSlide)
71
// publish slide actions
72
appRouter.get('/p/:shortid/:action', response.publishSlideActions)
73
// gey my note list
74
-appRouter.get('/myNotes', noteController.listMyNotes)
+appRouter.get('/api/notes/myNotes', noteController.listMyNotes)
75
// get note by id
76
appRouter.get('/:noteId', wrap(noteController.showNote))
77
// note actions
0 commit comments