AI Analysis: fix CSRF and use axios for reliability

This commit is contained in:
jeremy bayse
2026-03-25 07:46:39 +01:00
parent 4660c94869
commit cd70edb483
2 changed files with 7 additions and 14 deletions

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title inertia>{{ config('app.name', 'Laravel') }}</title>