Rate limiter for 404's

This commit is contained in:
David Bomba 2023-05-17 09:56:25 +10:00
parent 446fb59b5b
commit cfda826c89

View File

@ -32,7 +32,7 @@ class QueryLogging
* @return mixed
*/
public function handle(Request $request, Closure $next)
{nlog("yoyo");
{
// Enable query logging for development
if (! Ninja::isHosted() || ! config('beacon.enabled')) {
return $next($request);