-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.json
71 lines (71 loc) · 1.7 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": "Jai8w6K_GnY",
"title": "CSS Modules",
"duration": "13:45"
},
{
"id": "w-DW4DhDfcw",
"title": "Estilização do Post",
"duration": "10:05"
},
{
"id": "D83-55LUdKE",
"title": "Componente: Header",
"duration": "06:33"
},
{
"id": "W_ATsETujaY",
"title": "Componente: Sidebar",
"duration": "09:12"
},
{
"id": "Pj8dPeameYo",
"title": "CSS Global",
"duration": "03:23"
},
{
"id": "8KBq2vhwbac",
"title": "Form de comentários",
"duration": "11:34"
}
]
},
{
"id": 2,
"title": "Estrutura da aplicação",
"lessons": [
{
"id": "gE48FQXRZ_o",
"title": "Componente: Comment",
"duration": "13:45"
},
{
"id": "Ng_Vk4tBl0g",
"title": "Responsividade",
"duration": "10:05"
},
{
"id": "h5JA3wfuW1k",
"title": "Interações no JSX",
"duration": "06:33"
},
{
"id": "1G0vSTqWELg",
"title": "Utilizando estado",
"duration": "09:12"
}
]
}
]
}
]
}