Skip to content

Commit

Permalink
Also disable api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Jan 30, 2024
1 parent 9b8d2c0 commit 2e3fae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ class Kernel extends HttpKernel
'api' => [
Middleware\AuthApi::class,
Middleware\SetLocaleApi::class,
Middleware\CheckUserBanStatus::class,
Middleware\UpdateUserLastvisit::class,
Middleware\VerifyUserAlways::class,
Middleware\CheckUserBanStatus::class,
],
'web' => [
Middleware\StripCookies::class,
Expand Down

0 comments on commit 2e3fae6

Please sign in to comment.