Disable the requests throttler
This commit is contained in:
parent
3d6a29795b
commit
94ba5d8680
@ -32,7 +32,7 @@ class Kernel extends HttpKernel
|
||||
|
||||
protected $middlewareGroups = [
|
||||
'api' => [
|
||||
'throttle:60,1',
|
||||
// 'throttle:60,1',
|
||||
'bindings',
|
||||
'json',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user