Skip to content

Commit

Permalink
[hotfix] add csrf_token api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 10, 2017
1 parent 50a9e13 commit 40b3d3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions superset/templates/superset/csrf_token.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"csrf_token": "{{ csrf_token() if csrf_token else '' }}"
}

0 comments on commit 40b3d3b

Please sign in to comment.