Commit bc290ef4 by 杨昕

去掉请求次数限制

parent 703c5a5e
Pipeline #13516 passed with stages
in 1 minute 17 seconds
......@@ -39,7 +39,7 @@ class Kernel extends HttpKernel
],
'auth' => [\App\Http\Middleware\Apprialisal::class],
'api' => [
'throttle:60,1',
// 'throttle:60,1',
'bindings',
],
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment