From 22e6f365b0516bea636a12eeab7736f72d054143 Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Sat, 31 Jan 2026 17:37:23 +0100 Subject: [PATCH] test --- bootstrap/app.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index a81367d..8ecbefe 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -3,7 +3,6 @@ use Illuminate\Foundation\Application; use Illuminate\Foundation\Configuration\Exceptions; use Illuminate\Foundation\Configuration\Middleware; -use Illuminate\Http\Middleware\HandleCors; return Application::configure(basePath: dirname(__DIR__)) ->withRouting( @@ -15,9 +14,6 @@ return Application::configure(basePath: dirname(__DIR__)) ) ->withMiddleware(function (Middleware $middleware): void { $middleware->statefulApi(); - $middleware->api(prepend: [ - HandleCors::class, - ]); }) ->withExceptions(function (Exceptions $exceptions): void { //