From 17173fb7252c8f8289fbafd2d9cb513cf55cc72d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 1 Nov 2019 22:57:20 +0100 Subject: [PATCH 1/1] dummy discover + discover/home without any games --- www/api/v1/discover/home | 13 +++++++++++++ www/api/v1/discover/index.html | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 www/api/v1/discover/home create mode 100644 www/api/v1/discover/index.html 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" +} -- 2.30.2