From 202bd3f481973dac85fe8aee4577d0f5f8716f9f Mon Sep 17 00:00:00 2001 From: mlabusch Date: Fri, 5 May 2017 10:59:26 +0200 Subject: [PATCH] [Fix] remove new testdata --- webroot/api-test/product/4/index.html | 4 ---- webroot/api-test/product/index.html | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 webroot/api-test/product/4/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/index.html b/webroot/api-test/product/index.html index d65b7ec..179bce3 100644 --- a/webroot/api-test/product/index.html +++ b/webroot/api-test/product/index.html @@ -1,6 +1,5 @@ [ {"id":1, "title": "Apple"}, {"id":2, "title": "Pear"}, - {"id":3, "title": "Strawberry"}, - {"id":4, "title": "Blueberry"} + {"id":3, "title": "Strawberry"} ]