Update bootstrap/app.php
All checks were successful
Deploy App / build-and-deploy (push) Successful in 2m7s
All checks were successful
Deploy App / build-and-deploy (push) Successful in 2m7s
This commit is contained in:
@@ -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) {
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user