Andrew 2 månader sedan
förälder
incheckning
ca89522a90
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      bootstrap/app.php

+ 1
- 0
bootstrap/app.php Visa fil

@@ -13,6 +13,7 @@ return Application::configure(basePath: dirname(__DIR__))
13 13
     )
14 14
     ->withMiddleware(function (Middleware $middleware): void {
15 15
         //
16
+        $middleware->trustProxies(at: '*');
16 17
     })
17 18
     ->withExceptions(function (Exceptions $exceptions): void {
18 19
         //