Fix cancel ?
linter / quality (push) Failing after 1m3s
tests / ci (8.3) (push) Successful in 3m48s

This commit is contained in:
2026-09-18 23:24:13 +02:00
parent 25b03fc39a
commit fa6c427d76
3 changed files with 7 additions and 6 deletions
+6
View File
@@ -1,2 +1,8 @@
<?php
use App\Http\Controllers\PerceptronController;
use Illuminate\Support\Facades\Route;
Route::post('perceptron/cancel', [PerceptronController::class, 'cancel'])
->name('perceptron.cancel');