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"} ]