Skip to content

Instantly share code, notes, and snippets.

@vmarcosp
Created October 23, 2021 16:53
Show Gist options
  • Save vmarcosp/f813e3ca140c53a9ffea6f5c42846910 to your computer and use it in GitHub Desktop.
Save vmarcosp/f813e3ca140c53a9ffea6f5c42846910 to your computer and use it in GitHub Desktop.
Arquivo json-server - ES77 Aula #08
[
{
"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