From 0675cc4693e656dfcde461679f92602b033bd803 Mon Sep 17 00:00:00 2001 From: mlabusch Date: Fri, 5 May 2017 09:52:46 +0200 Subject: [PATCH] [Fix]: remove new testdata --- webroot/api-test/product/4/index.html | 4 ---- webroot/api-test/product/5/index.html | 4 ---- webroot/api-test/product/6/index.html | 4 ---- webroot/api-test/product/index.html | 5 +---- 4 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 webroot/api-test/product/4/index.html delete mode 100644 webroot/api-test/product/5/index.html delete mode 100644 webroot/api-test/product/6/index.html diff --git a/webroot/api-test/product/4/index.html b/webroot/api-test/product/4/index.html deleted file mode 100644 index 02c6eeb..0000000 --- a/webroot/api-test/product/4/index.html +++ /dev/null @@ -1,4 +0,0 @@ -{ - "id": 4, - "title": "Blueberry" -} diff --git a/webroot/api-test/product/5/index.html b/webroot/api-test/product/5/index.html deleted file mode 100644 index fdf023c..0000000 --- a/webroot/api-test/product/5/index.html +++ /dev/null @@ -1,4 +0,0 @@ -{ - "id": 5, - "title": "Kaki" -} diff --git a/webroot/api-test/product/6/index.html b/webroot/api-test/product/6/index.html deleted file mode 100644 index 54ef034..0000000 --- a/webroot/api-test/product/6/index.html +++ /dev/null @@ -1,4 +0,0 @@ -{ - "id": 6, - "title": "Kiwi" -} diff --git a/webroot/api-test/product/index.html b/webroot/api-test/product/index.html index 6dca037..abfb7a2 100644 --- a/webroot/api-test/product/index.html +++ b/webroot/api-test/product/index.html @@ -1,8 +1,5 @@ [ {"id":1, "title": "Apel"}, {"id":2, "title": "Pear"}, - {"id":3, "title": "Strawberry"}, - {"id":4, "title": "Blueberry"}, - {"id":5, "title": "Kaki"}, - {"id":6, "title": "Kiwi"} + {"id":3, "title": "Strawberry"} ]