mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-04 16:54:11 -04:00
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:
parent
57baf2fab5
commit
c21503848f
2 changed files with 3 additions and 1 deletions
7
public/api/v2/me
Normal file
7
public/api/v2/me
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue