This commit is contained in:
Lizandro Guarnizo
2026-06-05 19:37:33 -05:00
parent 38c59d140a
commit b9d019d6de
3 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ return Application::configure(basePath: dirname(__DIR__))
health: '/up',
)
->withMiddleware(function (Middleware $middleware) {
//
$middleware->trustProxies(at: '*');
})
->withExceptions(function (Exceptions $exceptions) {
//