mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 22:35:50 -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
7
public/api/private/me
Normal file
7
public/api/private/me
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"id": "mockUser",
|
||||
"photo": "/img/avatar.png",
|
||||
"name": "Test",
|
||||
"status": "ok",
|
||||
"provider": "internal"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue