Disable the requests throttler

This commit is contained in:
Nabeel Shahzad 2019-08-22 12:45:15 -04:00
parent 3d6a29795b
commit 94ba5d8680

View File

@ -32,7 +32,7 @@ class Kernel extends HttpKernel
protected $middlewareGroups = [
'api' => [
'throttle:60,1',
// 'throttle:60,1',
'bindings',
'json',
],