diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index a4689cf..69f1a32 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -35,7 +35,6 @@ class Kernel extends HttpKernel */ protected $middlewareGroups = [ 'web' => [ - 'throttle:120,15', // try to prevent people refresh-spamming the server to game table visit counts EncryptCookies::class, \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class, \Illuminate\Session\Middleware\StartSession::class,