mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 23:54:42 -04:00
Updated slide mode
This commit is contained in:
parent
54b33f181f
commit
031c96c72d
6 changed files with 42 additions and 22 deletions
4
app.js
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue