Skip to content

Commit

Permalink
Add stateful api support
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkregel committed Jun 9, 2024
1 parent d940893 commit 39122f1
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 @@ -28,6 +28,7 @@
]);

$middleware->throttleApi();
$middleware->statefulApi();

$middleware->replace(\Illuminate\Http\Middleware\TrustProxies::class, \App\Http\Middleware\TrustProxies::class);
})
Expand Down

0 comments on commit 39122f1

Please sign in to comment.