mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-08 15:51:29 +01:00
8 lines
120 B
Twig
8 lines
120 B
Twig
<script>
|
|
$.ajaxSetup({
|
|
headers: {
|
|
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
|
|
}
|
|
});
|
|
</script>
|