forked from Justinidlerz/GRPC-node-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
34 lines (34 loc) · 683 Bytes
/
db.json
File metadata and controls
34 lines (34 loc) · 683 Bytes
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
[
{
"id": "1",
"content": "This is your article1",
"title": "article title",
"isPublic": true,
"url": "article-title",
"cover": "xxxxxx.jpg"
},
{
"id": "2",
"content": "This is your article2",
"title": "article title",
"isPublic": true,
"url": "article-title",
"cover": "xxxxxx.jpg"
},
{
"id": "3",
"content": "This is your article3",
"title": "article title",
"isPublic": true,
"url": "article-title",
"cover": "xxxxxx.jpg"
},
{
"id": "4",
"content": "This is your article4",
"title": "article title",
"isPublic": true,
"url": "article-title",
"cover": "xxxxxx.jpg"
}
]