diff --git a/README.md b/README.md index b0fbfb4..52481f9 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,8 @@ Base URL: [https://open-react-blog-api.herokuapp.com](https://open-react-blog-ap "posts": [ { "id": "id", - "data": { - "readingTime": "1 min.", - "title": "Lorem Ipsum", - }, + "readingTime": "1 min.", + "title": "Lorem Ipsum", "date": { "seconds": 1651334551 }, diff --git a/public/index.html b/public/index.html index 782e5d1..92be935 100644 --- a/public/index.html +++ b/public/index.html @@ -43,10 +43,8 @@ "posts": [ { "id": "id", - "data": { - "readingTime": "1 min.", - "title": "Lorem Ipsum", - }, + "readingTime": "1 min.", + "title": "Lorem Ipsum", "date": { "seconds": 1651334551 },