Skip to content

Commit dcf48e7

Browse files
committed
Update route of list-my-notes api
Signed-off-by: James Tsai <jamesscamel@gmail.com>
1 parent f0faaa5 commit dcf48e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ appRouter.get('/p/:shortid', response.showPublishSlide)
7171
// publish slide actions
7272
appRouter.get('/p/:shortid/:action', response.publishSlideActions)
7373
// gey my note list
74-
appRouter.get('/myNotes', noteController.listMyNotes)
74+
appRouter.get('/api/notes/myNotes', noteController.listMyNotes)
7575
// get note by id
7676
appRouter.get('/:noteId', wrap(noteController.showNote))
7777
// note actions

0 commit comments

Comments
 (0)