We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d628268 commit 77254f0Copy full SHA for 77254f0
app/routes/v2/locations.py
@@ -35,5 +35,6 @@ def location(id):
35
# Serialize the location, add timelines, and then return.
36
return jsonify({
37
'location': {
38
- **jhu.get(id).serialize(), **{ 'history': timelines } }
39
- })
+ **jhu.get(id).serialize(), **{ 'timelines': timelines }
+ }
40
+ })
0 commit comments