mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-27 13:34:28 -04:00
Change api route to /api/private (#1189)
This commit is contained in:
parent
344304f329
commit
29d9d49f5a
20 changed files with 11 additions and 11 deletions
13
public/api/private/notes/old
Normal file
13
public/api/private/notes/old
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"id": "ABC123",
|
||||
"alias": "old",
|
||||
"lastChange": {
|
||||
"userId": "test",
|
||||
"timestamp": 1600033920
|
||||
},
|
||||
"viewcount": 0,
|
||||
"createtime": 1600033920,
|
||||
"content": "test123",
|
||||
"authorship": [],
|
||||
"preVersionTwoNote": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue