-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
124 lines (124 loc) · 2.71 KB
/
Copy pathserver.json
File metadata and controls
124 lines (124 loc) · 2.71 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"transactions": [
{
"id": 1,
"description": "Trampo",
"type": "income",
"category": "venda",
"price": 26000,
"created_at": "2022-09-07T23:02:26.543Z"
},
{
"id": 2,
"description": "Gasto",
"type": "outcome",
"category": "compra",
"price": 114000,
"created_at": "2022-09-07T23:02:26.543Z"
},
{
"description": "Description",
"price": 4312,
"category": "compra",
"type": "outcome",
"created_at": "2022-09-08T00:09:15.163Z",
"id": 3
},
{
"description": "Description",
"price": 4312,
"category": "compra",
"type": "outcome",
"created_at": "2022-09-08T00:35:44.080Z",
"id": 4
},
{
"description": "Description",
"price": 4312,
"category": "compra",
"type": "outcome",
"created_at": "2022-09-08T00:35:52.177Z",
"id": 5
},
{
"description": "ada",
"price": 3123,
"category": "fsf",
"type": "income",
"created_at": "2022-09-08T00:37:00.904Z",
"id": 6
},
{
"description": "description",
"price": 13,
"category": "dasdad",
"type": "income",
"created_at": "2022-09-08T00:40:06.206Z",
"id": 7
},
{
"description": "description'",
"price": 432432,
"category": "fdsf",
"type": "outcome",
"created_at": "2022-09-08T00:42:11.358Z",
"id": 8
},
{
"description": "description",
"price": 465116,
"category": "dasda",
"type": "income",
"created_at": "2022-09-08T00:46:23.154Z",
"id": 9
},
{
"description": "description",
"price": 123123,
"category": "fsdfdsf",
"type": "income",
"created_at": "2022-09-08T00:47:38.728Z",
"id": 10
},
{
"description": "description",
"price": 12312,
"category": "dasd",
"type": "income",
"created_at": "2022-09-08T01:10:55.241Z",
"id": 11
},
{
"description": "plau plau",
"price": 132123,
"category": "daopsjd",
"type": "income",
"created_at": "2022-09-08T01:45:50.624Z",
"id": 12
},
{
"description": "description",
"price": 3123,
"category": "dasd",
"type": "income",
"created_at": "2022-09-08T01:46:31.641Z",
"id": 13
},
{
"description": "plau plau 2",
"price": 3290,
"category": "dasd",
"type": "income",
"created_at": "2022-09-08T01:47:54.850Z",
"id": 14
},
{
"description": "plau plau 3",
"price": 32112,
"category": "dapdpo",
"type": "income",
"created_at": "2022-09-08T01:48:32.018Z",
"id": 15
}
]
}