Change api route to /api/private (#1189)

This commit is contained in:
Philip Molares 2021-04-15 22:10:15 +02:00 committed by GitHub
parent 344304f329
commit 29d9d49f5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 11 additions and 11 deletions

View file

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

View file

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

View file

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