Update bootstrap/app.php
All checks were successful
Deploy App / build-and-deploy (push) Successful in 2m7s

This commit is contained in:
2025-08-31 07:31:28 +02:00
parent a54308f710
commit 6a58cae34b

View File

@@ -11,7 +11,9 @@ return Application::configure(basePath: dirname(__DIR__))
health: '/up', health: '/up',
) )
->withMiddleware(function (Middleware $middleware) { ->withMiddleware(function (Middleware $middleware) {
// $middleware->trustProxies(at: [
'192.168.0.99',
]);
}) })
->withExceptions(function (Exceptions $exceptions) { ->withExceptions(function (Exceptions $exceptions) {
// //