Skip to content

Commit

Permalink
chore: 信任所有代理
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaiyuxin103 committed Jan 18, 2025
1 parent 79aeae2 commit 2735233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
StartSession::class,
App\Http\Middleware\ChangeLocale::class,
]);
$middleware->trustProxies(at: '*');
})
->withExceptions(function (Exceptions $exceptions) {
Integration::handles($exceptions);
Expand Down

0 comments on commit 2735233

Please sign in to comment.