From 3b311577542fd5763ce22991d8e1266c636cd7ea Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 8 Oct 2023 09:58:43 +0200 Subject: [PATCH] CS --- www/api/v1/gamers/me.json | 14 +++++++------- www/api/v1/sessions | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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" } -- 2.30.2