Remove API throttle.

This commit is contained in:
James Cole
2019-10-13 11:50:17 +02:00
parent 4ad601f29d
commit 05a5782d5d

View File

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