mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 20:18:59 -05:00
update: disabled web throttle
- to be discussed with core devs
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ class Kernel extends HttpKernel
|
||||
\Illuminate\Routing\Middleware\SubstituteBindings::class,
|
||||
\App\Http\Middleware\VerifyCsrfToken::class,
|
||||
\App\Http\Middleware\UpdateLastAction::class,
|
||||
'throttle:web',
|
||||
//'throttle:web',
|
||||
],
|
||||
'api' => [
|
||||
'throttle:api',
|
||||
|
||||
Reference in New Issue
Block a user