diff --git a/bootstrap/app.php b/bootstrap/app.php index f24e3797..f2591880 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -13,7 +13,7 @@ return Application::configure(basePath: dirname(__DIR__)) health: '/up', ) ->withMiddleware(function (Middleware $middleware): void { - // + $middleware->trustProxies(at: '*'); }) ->withExceptions(function (Exceptions $exceptions): void { //