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