mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
[hotfix] add csrf_token api endpoint
This commit is contained in:
3
superset/templates/superset/csrf_token.json
Normal file
3
superset/templates/superset/csrf_token.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"csrf_token": "{{ csrf_token() if csrf_token else '' }}"
|
||||
}
|
||||
Reference in New Issue
Block a user