From: Christian Weiske Date: Fri, 1 Nov 2019 21:57:20 +0000 (+0100) Subject: dummy discover + discover/home without any games X-Git-Tag: v1.0.0~42 X-Git-Url: https://git.cweiske.de/stouyapi.git/commitdiff_plain/17173fb7252c8f8289fbafd2d9cb513cf55cc72d?hp=520ea68e4897f50fd699c498d5bf343994faf72a dummy discover + discover/home without any games --- diff --git a/www/api/v1/discover/home b/www/api/v1/discover/home new file mode 100644 index 0000000..0d009d3 --- /dev/null +++ b/www/api/v1/discover/home @@ -0,0 +1,13 @@ +{ + "rows": [ + { + "showPrice": false, + "ranked": false, + "tiles": [], + "title": "FEATURED" + } + ], + "tiles": [ + ], + "title": "home" +} diff --git a/www/api/v1/discover/index.html b/www/api/v1/discover/index.html new file mode 100644 index 0000000..c725675 --- /dev/null +++ b/www/api/v1/discover/index.html @@ -0,0 +1,13 @@ +{ + "rows": [ + { + "showPrice": false, + "ranked": false, + "tiles": [], + "title": "test" + } + ], + "tiles": [ + ], + "title": "DISCOVER" +}