Skip to content

Commit

Permalink
[hotfix] fixing json endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 4, 2016
1 parent 034fd07 commit 2b31ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def get_json(self):
'data': self.get_data(),
'query': self.query,
'form_data': self.form_data,
'json_endpoint': cache_key,
'json_endpoint': self.json_endpoint,
'csv_endpoint': self.csv_endpoint,
'standalone_endpoint': self.standalone_endpoint,
'cache_timeout': cache_timeout,
Expand Down

0 comments on commit 2b31ab4

Please sign in to comment.