Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def get_queryset(self):


def list(self, request, *args, **kwargs):
with open(JSONFILES_FOLDER+'aebm_results_2019_09_25.json') as json_file:
with open(JSONFILES_FOLDER + 'aebm_loss_casualties_2019-09-30.json') as json_file:
data = json.load(json_file)
response = JsonResponse(data)
return response
1 change: 1 addition & 0 deletions json_files/aebm_loss_casualties_2019-09-30.json

Large diffs are not rendered by default.