-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdb.json
More file actions
53 lines (53 loc) · 1.09 KB
/
db.json
File metadata and controls
53 lines (53 loc) · 1.09 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
{
"posts": [
{
"title": "프로젝트로 배우는 리액트",
"body": "리액트는 정말 재미 있다구!",
"publish": true,
"createdAt": 1666933372456,
"id": 1
},
{
"title": "코지 코더 ",
"body": "코지 코더 ",
"publish": true,
"createdAt": 1666933457126,
"id": 5
},
{
"title": "youtube.com/kossiecoder",
"body": "youtube.com/kossiecoder",
"publish": true,
"createdAt": 1666933473922,
"id": 6
},
{
"title": "안녕하세요1",
"body": "안녕하세요1",
"publish": true,
"createdAt": 1666933564972,
"id": 7
},
{
"title": "아이 신나",
"body": "ff",
"publish": true,
"createdAt": 1666934128871,
"id": 8
},
{
"title": "업그레이드",
"body": "리액트 라우터 업그레이드",
"publish": true,
"createdAt": 1672189711683,
"id": 9
},
{
"title": "t",
"body": "t",
"publish": true,
"createdAt": 1672189960157,
"id": 10
}
]
}