Skip to content

Commit f3f34e8

Browse files
committed
clear db
1 parent 0d69c88 commit f3f34e8

1 file changed

Lines changed: 0 additions & 41 deletions

File tree

db/db.json

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +0,0 @@
1-
{
2-
"posts": [
3-
{
4-
"id": 1,
5-
"author": "zlob",
6-
"title": "json-server"
7-
},
8-
{
9-
"id": 2,
10-
"author": "zlob",
11-
"title": "json-server"
12-
},
13-
{
14-
"id": 3,
15-
"author": "zlob",
16-
"title": "json-server"
17-
}
18-
],
19-
"comments": [
20-
{
21-
"id": 1,
22-
"body": "3333",
23-
"post_id": 1
24-
},
25-
{
26-
"id": 4,
27-
"data": "123",
28-
"post_id": "1"
29-
},
30-
{
31-
"id": 5,
32-
"body": "3333",
33-
"post_id": "1"
34-
},
35-
{
36-
"id": 6,
37-
"body": "3333",
38-
"post_id": "1"
39-
}
40-
]
41-
}

0 commit comments

Comments
 (0)