dummy discover + discover/home without any games
authorChristian Weiske <cweiske@cweiske.de>
Fri, 1 Nov 2019 21:57:20 +0000 (22:57 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 1 Nov 2019 21:57:20 +0000 (22:57 +0100)
www/api/v1/discover/home [new file with mode: 0644]
www/api/v1/discover/index.html [new file with mode: 0644]

diff --git a/www/api/v1/discover/home b/www/api/v1/discover/home
new file mode 100644 (file)
index 0000000..0d009d3
--- /dev/null
@@ -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 (file)
index 0000000..c725675
--- /dev/null
@@ -0,0 +1,13 @@
+{
+    "rows": [
+        {
+            "showPrice": false,
+            "ranked": false,
+            "tiles": [],
+            "title": "test"
+        }
+    ],
+    "tiles": [
+    ],
+    "title": "DISCOVER"
+}