-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
49 lines (49 loc) · 941 Bytes
/
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
{
"pictures": [
{
"title": "Photo 1",
"photo": "https://picsum.photos/300/400?grayscale",
"id": 1
},
{
"title": "Photo 2",
"photo": "https://picsum.photos/300/402",
"id": 2
},
{
"title": "Photo 3",
"photo": "https://picsum.photos/300/406",
"id": 3
},
{
"title": "Photo 4",
"photo": "https://picsum.photos/300/404",
"id": 4
},
{
"title": "Photo 5",
"photo": "https://picsum.photos/300/396",
"id": 5
},
{
"title": "Photo 6",
"photo": "https://picsum.photos/300/398",
"id": 6
},
{
"title": "photo 7",
"photo": "https://picsum.photos/300/402",
"id": 7
},
{
"title": "Photo 8",
"photo": "https://picsum.photos/300/405",
"id": 8
},
{
"title": "Photo 9",
"photo": "https://picsum.photos/300/412",
"id": 9
}
]
}