-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
36 lines (36 loc) · 732 Bytes
/
server.json
File metadata and controls
36 lines (36 loc) · 732 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
35
36
{
"stock": [
{
"id": 1,
"amount": 10
},
{
"id": 4,
"amount": 5
},
{
"id": 22,
"amount": 3
}
],
"trips": [
{
"id": 1,
"title": "Viagem Maceió 7 noites",
"status": true,
"image": "https://sujeitoprogramador.com/wp-content/uploads/2019/12/maceio.jpg"
},
{
"id": 4,
"title": "Viagem Caribe 5 noites",
"status": true,
"image": "https://sujeitoprogramador.com/wp-content/uploads/2019/12/caribe.jpg"
},
{
"id": 22,
"title": "Viagem Fernando de Noronha 10 noites",
"status": true,
"image": "https://sujeitoprogramador.com/wp-content/uploads/2019/12/fernand-noronha.jpg"
}
]
}