-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
40 lines (40 loc) · 949 Bytes
/
server.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
{
"products": [
{
"id": 1,
"title": "Viúva Negra",
"price": 9.99,
"image": "https://wefit-react-web-test.s3.amazonaws.com/viuva-negra.png"
},
{
"id": 2,
"title": "Shang-chi",
"price": 30.99,
"image": "https://wefit-react-web-test.s3.amazonaws.com/shang-chi.png"
},
{
"id": 3,
"title": "Homem Aranha",
"price": 29.9,
"image": "https://wefit-react-web-test.s3.amazonaws.com/spider-man.png"
},
{
"id": 5,
"title": "Morbius",
"price": 1.5,
"image": "https://wefit-react-web-test.s3.amazonaws.com/morbius-1.png"
},
{
"id": 6,
"title": "Batman",
"price": 21.9,
"image": "https://wefit-react-web-test.s3.amazonaws.com/the-batman.png"
},
{
"id": 4,
"title": "Eternos",
"price": 17.9,
"image": "https://wefit-react-web-test.s3.amazonaws.com/eternals.png"
}
]
}