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:
Philip Molares 2020-11-25 10:17:19 +01:00 committed by Philip Molares
parent c63e92e47f
commit 63de77ccdd
8 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
{
"id": "mockUser",
"photo": "/avatar.png",
"photo": "/img/avatar.png",
"name": "Test",
"status": "ok",
"provider": "internal"

View file

@ -1,6 +1,6 @@
{
"id": "dermolly",
"photo": "/avatar.png",
"photo": "/img/avatar.png",
"name": "Philip",
"status": "ok",
"provider": "internal"

View file

@ -1,6 +1,6 @@
{
"id": "emcrx",
"photo": "/avatar.png",
"photo": "/img/avatar.png",
"name": "Erik",
"status": "ok",
"provider": "internal"

View file

@ -1,6 +1,6 @@
{
"id": "mrdrogdrog",
"photo": "/avatar.png",
"photo": "/img/avatar.png",
"name": "Tilman",
"status": "ok",
"provider": "internal"