From: Christian Weiske Date: Sun, 8 Oct 2023 07:58:43 +0000 (+0200) Subject: CS X-Git-Url: https://git.cweiske.de/stouyapi.git/commitdiff_plain/3b311577542fd5763ce22991d8e1266c636cd7ea CS --- diff --git a/www/api/v1/gamers/me.json b/www/api/v1/gamers/me.json index ef91c6e..242f5f0 100644 --- a/www/api/v1/gamers/me.json +++ b/www/api/v1/gamers/me.json @@ -1,9 +1,9 @@ { - "gamer": { - "uuid": "00702342-0000-1111-2222-c3e1500cafe2", - "settings": {}, - "founder": false, - "email": "stouyapi@example.org", - "username": "stouyapi" - } + "gamer": { + "uuid": "00702342-0000-1111-2222-c3e1500cafe2", + "settings": {}, + "founder": false, + "email": "stouyapi@example.org", + "username": "stouyapi" + } } diff --git a/www/api/v1/sessions b/www/api/v1/sessions index b76532f..3454a4d 100644 --- a/www/api/v1/sessions +++ b/www/api/v1/sessions @@ -1,3 +1,3 @@ { - "token": "00702342-0000-1111-2222-c3e1500cafe1" + "token": "00702342-0000-1111-2222-c3e1500cafe1" }