去除1分钟60次限制

This commit is contained in:
2020-08-25 10:01:11 +08:00
parent 59164c2c56
commit 168d40dbb1

View File

@@ -38,7 +38,7 @@ class Kernel extends HttpKernel
], ],
'api' => [ 'api' => [
'throttle:60,1', // 'throttle:60,1',
'bindings', 'bindings',
], ],
]; ];