diff --git a/app/Infrastructure/Http/Kernel.php b/app/Infrastructure/Http/Kernel.php index d7049bf0..ca13191c 100644 --- a/app/Infrastructure/Http/Kernel.php +++ b/app/Infrastructure/Http/Kernel.php @@ -53,7 +53,7 @@ class Kernel extends HttpKernel ], "api" => [ EnsureFrontendRequestsAreStateful::class, - ThrottleRequests::class . "throttle:api", + ThrottleRequests::class . ":api", SubstituteBindings::class, ], ];