diff --git a/app/controllers/health.php b/app/controllers/health.php index 72a630006..09620d85e 100644 --- a/app/controllers/health.php +++ b/app/controllers/health.php @@ -101,7 +101,7 @@ $utopia->get('/v1/health/webhooks') ->label('docs', false) ->action( function () use ($response) { - $response->json(['size' => Resque::size('webhooks')]); + $response->json(['size' => Resque::size('v1-webhooks')]); } );