[hotfix] add csrf_token api endpoint

This commit is contained in:
Maxime Beauchemin 2017-04-10 12:27:03 -07:00
parent 50a9e13f9b
commit 40b3d3b3ef
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
"csrf_token": "{{ csrf_token() if csrf_token else '' }}"
}