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