-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
71 lines (71 loc) · 2.47 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"courses": [
{
"id": 1,
"modules": [
{
"id": 1,
"title": "Iniciando com React",
"lessons": [
{
"id": "OmmJBfcMJA8",
"title": "CSS Modules",
"duration": "13:45"
},
{
"id": "FdePtO5JSd0",
"title": "Estilização do Post",
"duration": "10:05"
},
{
"id": "Nf0uyb7u4_Y",
"title": "Componente: Header",
"duration": "06:33"
},
{
"id": "0apUGZTyLDE",
"title": "Componente: Sidebar",
"duration": "09:12"
},
{
"id": "GWwuQl0jXU4",
"title": "CSS Global",
"duration": "03:23"
},
{
"id": "EbFA4RQrc0w",
"title": "Form de comentários",
"duration": "11:34"
}
]
},
{
"id": 2,
"title": "Estrutura da aplicação",
"lessons": [
{
"id": "8ckA0khV9lk",
"title": "Componente: Comment",
"duration": "13:45"
},
{
"id": "vfJmFLIbFVc",
"title": "Responsividade",
"duration": "10:05"
},
{
"id": "GcfNr2lZbyA",
"title": "Interações no JSX",
"duration": "06:33"
},
{
"id": "MnpuK0MK4yo",
"title": "Utilizando estado",
"duration": "09:12"
}
]
}
]
}
]
}