-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
45 lines (45 loc) · 1 KB
/
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
{
"stage-races": [
{
"id": 1,
"name": "2019 Tour of California",
"stages": [
{
"id": "klqo1gnh",
"name": "Sacramento to Sacramento",
"date": "2019-05-12"
},
{
"id": "klqo1hac",
"name": "Rancho Cordova to South Lake Tahoe",
"date": "2019-05-13"
},
{
"id": "klqo1i4z",
"name": "Stockton to Morgan Hill",
"date": "2019-05-14"
},
{
"id": "klqo1jb5",
"name": "WeatherTech Raceway Laguna Seca to Morro Bay",
"date": "2019-05-15"
},
{
"id": "klqo1l3i",
"name": "Pismo Beach to Ventura",
"date": "2019-05-16"
},
{
"id": "klqo1m1w",
"name": "Ontario to Mount Baldy",
"date": "2019-05-17"
},
{
"id": "klqo1mz1",
"name": "Santa Clarita to Pasadena",
"date": "2019-05-18"
}
]
}
]
}