mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 05:54:43 -04:00
fixed avatar url as we moved it in the reuse pr
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
c63e92e47f
commit
63de77ccdd
8 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "mockUser",
|
||||
"photo": "/avatar.png",
|
||||
"photo": "/img/avatar.png",
|
||||
"name": "Test",
|
||||
"status": "ok",
|
||||
"provider": "internal"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "dermolly",
|
||||
"photo": "/avatar.png",
|
||||
"photo": "/img/avatar.png",
|
||||
"name": "Philip",
|
||||
"status": "ok",
|
||||
"provider": "internal"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "emcrx",
|
||||
"photo": "/avatar.png",
|
||||
"photo": "/img/avatar.png",
|
||||
"name": "Erik",
|
||||
"status": "ok",
|
||||
"provider": "internal"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"id": "mrdrogdrog",
|
||||
"photo": "/avatar.png",
|
||||
"photo": "/img/avatar.png",
|
||||
"name": "Tilman",
|
||||
"status": "ok",
|
||||
"provider": "internal"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue