-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
60 lines (60 loc) · 1.24 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"transactions": [
{
"id": 1,
"description": "Desenvolvimento de site",
"type": "income",
"category": "Venda",
"price": 14000,
"createdAt": "2023-12-28T19:28:07.517Z"
},
{
"id": 2,
"description": "Hamburguer",
"type": "outcome",
"category": "Alimentação",
"price": 50,
"createdAt": "2023-12-28T15:33:07.517Z"
},
{
"description": "ceva",
"price": 5,
"category": "Lazer",
"type": "outcome",
"createdAt": "2023-12-29T03:23:54.128Z",
"id": 3
},
{
"description": "cu",
"price": 20,
"category": "sexo",
"type": "income",
"createdAt": "2023-12-31T04:35:12.552Z",
"id": 4
},
{
"description": "Cu",
"price": 50,
"category": "buceta",
"type": "income",
"createdAt": "2023-12-31T21:27:19.209Z",
"id": 5
},
{
"description": "cu",
"price": 60,
"category": "bucetao",
"type": "outcome",
"createdAt": "2023-12-31T21:29:09.755Z",
"id": 6
},
{
"description": "oie",
"price": 47,
"category": "tchauor",
"type": "outcome",
"createdAt": "2023-12-31T21:31:07.485Z",
"id": 7
}
]
}