-
Notifications
You must be signed in to change notification settings - Fork 1
/
db.json
54 lines (54 loc) · 1.04 KB
/
db.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
{
"posts": [
{
"id": 3,
"creation-date": "2021-06-02 10:11",
"text": "This is another post!"
},
{
"id": 2,
"creation-date": "2021-06-02 12:11",
"text": "This is a post!"
},
{
"id": 1,
"creation-date": "2021-06-01 14:11",
"text": "First!"
},
{
"text": "I just added this from Postman",
"creation-date": "2021-06-03 11:10",
"id": 5
},
{
"text": "I just added this from Postman2",
"creation-date": "2021-06-04 10:10",
"id": 6
},
{
"text": "test",
"creation-date": "2021-06-16 11:29:36.178895",
"id": 7
},
{
"text": "test 3",
"creation-date": "2021-06-16 11:29:50.054625",
"id": 8
},
{
"text": "",
"creation-date": "2021-06-16 11:56:00.178866",
"id": 9
},
{
"text": "",
"creation-date": "2021-06-16 11:56:21.636490",
"id": 10
},
{
"text": "",
"creation-date": "2021-06-16 11:56:32.360321",
"id": 11
}
]
}