Update slide mode to show extra info and support url actions and support disqus via yaml-metadata
This commit is contained in:
2
app.js
2
app.js
@@ -464,6 +464,8 @@ app.get("/s/:shortid", response.showPublishNote);
|
||||
app.get("/s/:shortid/:action", response.publishNoteActions);
|
||||
//get publish slide
|
||||
app.get("/p/:shortid", response.showPublishSlide);
|
||||
//publish slide actions
|
||||
app.get("/p/:shortid/:action", response.publishSlideActions);
|
||||
//get note by id
|
||||
app.get("/:noteId", response.showNote);
|
||||
//note actions
|
||||
|
||||
Reference in New Issue
Block a user