VY
axios.post(axUrl, {
termOne: termOneValue,
termTwo: termTwoValue,
headers: {
' X-CSRF-TOKEN': document.querySelector("input[name=_token]").value
}
})
роут:
Route::post('/sum_it', [App\Http\Controllers\BigSumController::class, 'calculate'])->name('sum.it');
получаю 403 Forbidden
что я упустил?