Fix me-API-request to use fetch-config and API-path (#381)

* Move mocked me-API-response into API dir

* Update me-API request to use API path and fetch-config
This commit is contained in:
Erik Michelson 2020-08-03 23:40:04 +02:00 committed by GitHub
parent 57baf2fab5
commit c21503848f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

7
public/api/v2/me Normal file
View file

@ -0,0 +1,7 @@
{
"id": "mockUser",
"photo": "https://1.gravatar.com/avatar/767fc9c115a1b989744c755db47feb60?s=200&r=pg&d=mp",
"name": "Test",
"status": "ok",
"provider": "email"
}