ca035596-a235-4cf9-8135-8cc0ee299d11 — Commit 9c46fe60

AuthorMikkel Thygesen<Mikkelet@gmail.com>
Date2026-03-23 20:10:08 +0100
updated app.php

Changed files

bootstrap/app.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Diff

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