mirror of
https://github.com/FranP-code/open-react-blog-api.git
synced 2025-10-12 23:52:57 +00:00
/user endpoint documentation actualizated
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
@@ -43,10 +43,8 @@
|
||||
"posts": [
|
||||
{
|
||||
"id": "id",
|
||||
"data": {
|
||||
"readingTime": "1 min.",
|
||||
"title": "Lorem Ipsum",
|
||||
},
|
||||
"readingTime": "1 min.",
|
||||
"title": "Lorem Ipsum",
|
||||
"date": {
|
||||
"seconds": 1651334551
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user