diff --git a/webroot/api-test/product/1/index.html b/webroot/api-test/product/1/index.html index 4ffa7af..2b1d74e 100644 --- a/webroot/api-test/product/1/index.html +++ b/webroot/api-test/product/1/index.html @@ -1,4 +1,4 @@ { "id": 1, - "title": "Appel" + "title": "Apple" } diff --git a/webroot/api-test/product/4/index.html b/webroot/api-test/product/4/index.html new file mode 100644 index 0000000..02c6eeb --- /dev/null +++ b/webroot/api-test/product/4/index.html @@ -0,0 +1,4 @@ +{ + "id": 4, + "title": "Blueberry" +} diff --git a/webroot/api-test/product/5/index.html b/webroot/api-test/product/5/index.html new file mode 100644 index 0000000..68c4959 --- /dev/null +++ b/webroot/api-test/product/5/index.html @@ -0,0 +1,4 @@ +{ + "id": 5, + "title": "Kiki" +} diff --git a/webroot/api-test/product/6/index.html b/webroot/api-test/product/6/index.html new file mode 100644 index 0000000..9a89bad --- /dev/null +++ b/webroot/api-test/product/6/index.html @@ -0,0 +1,4 @@ +{ + "id": 6, + "title": "Cherry" +} diff --git a/webroot/api-test/product/index.html b/webroot/api-test/product/index.html index abfb7a2..5b24caa 100644 --- a/webroot/api-test/product/index.html +++ b/webroot/api-test/product/index.html @@ -1,5 +1,8 @@ [ - {"id":1, "title": "Apel"}, + {"id":1, "title": "Apple"}, {"id":2, "title": "Pear"}, - {"id":3, "title": "Strawberry"} + {"id":3, "title": "Strawberry"}, + {"id":4, "title": "Blueberry"}, + {"id":5, "title": "Kiki"}, + {"id":6, "title": "Cherry"} ]