Created
October 23, 2021 16:53
-
-
Save vmarcosp/f813e3ca140c53a9ffea6f5c42846910 to your computer and use it in GitHub Desktop.
Arquivo json-server - ES77 Aula #08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id":1, | |
"name":"Compras da semana", | |
"completed":false, | |
"createdAt":"2021-10-23T16:52:45.875Z" | |
}, | |
{ | |
"id":2, | |
"name":"Compras da semana", | |
"completed":true, | |
"createdAt":"2021-10-23T16:52:45.875Z" | |
}, | |
{ | |
"id":3, | |
"name":"Compras da semana", | |
"completed":true, | |
"createdAt":"2021-10-23T16:52:45.875Z" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment