[hotfix] add csrf_token api endpoint
This commit is contained in:
parent
50a9e13f9b
commit
40b3d3b3ef
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"csrf_token": "{{ csrf_token() if csrf_token else '' }}"
|
||||
}
|
||||
Loading…
Reference in New Issue