-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
44 lines (44 loc) · 933 Bytes
/
server.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"transactions": [
{
"id": 1,
"description": "Desenvolvimento de site",
"type": "income",
"category": "Venda",
"price": 14000,
"createdAt": "2024-07-24T13:38:56.717Z"
},
{
"id": 2,
"description": "Hamburguer",
"type": "outcome",
"category": "Alimentação",
"price": 50,
"createdAt": "2024-05-24T13:10:56.717Z"
},
{
"description": "Pastel",
"price": 500,
"category": "Comida",
"type": "income",
"createdAt": "2024-07-26T15:18:10.034Z",
"id": 3
},
{
"description": "Teste",
"price": 1,
"category": "Teste",
"type": "outcome",
"createdAt": "2024-07-26T15:29:51.842Z",
"id": 4
},
{
"description": "tes",
"price": 123,
"category": "Teste",
"type": "income",
"createdAt": "2024-07-26T19:20:24.393Z",
"id": 5
}
]
}