Updated slide mode

This commit is contained in:
Wu Cheng-Han 2015-12-18 09:40:52 -06:00
parent 54b33f181f
commit 031c96c72d
6 changed files with 42 additions and 22 deletions

4
app.js
View file

@ -358,10 +358,8 @@ app.get("/features", response.showFeatures);
app.get("/s/:shortid", response.showPublishNote);
//publish note actions
app.get("/s/:shortid/:action", response.publishNoteActions);
//add p
//get publish slide
app.get("/p/:shortid", response.showPublishSlide);
//get note by id
app.get("/:noteId", response.showNote);
//note actions