Re-add guestbook w/ rate limiting

This commit is contained in:
Frankie B 2023-07-16 01:47:36 +01:00
commit ddb9f75c9f
No known key found for this signature in database
11 changed files with 327 additions and 90 deletions

View file

@ -45,6 +45,11 @@ class Kernel extends HttpKernel
],
];
protected $routeMiddleware = [
'rate_limit' => \App\Http\Middleware\RateLimiter::class,
];
/**
* The application's middleware aliases.
*