From 38af2aa1658e9a85b1fb40c7a5578118ffd083b3 Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Tue, 31 May 2022 17:06:26 -0300 Subject: [PATCH] /user endpoint documentation actualizated --- README.md | 6 ++---- public/index.html | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) 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 },