summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/app.js b/app.js
index 8ebcaacf..64b5b5f8 100644
--- a/app.js
+++ b/app.js
@@ -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