Skip to content

Commit

Permalink
Update app/controllers/api/health.php
Browse files Browse the repository at this point in the history
Co-authored-by: Christy Jacob <[email protected]>
  • Loading branch information
PineappleIOnic and christyjacob4 committed Jan 25, 2024
1 parent 26d8278 commit 47af19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/health.php
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@
$response->dynamic(new Document($output), Response::MODEL_HEALTH_ANTIVIRUS);
});

App::get('/v1/health/queue/failed/:queueName')
App::get('/v1/health/queue/failed/:name')
->desc('Get number of failed queue jobs')
->groups(['api', 'health'])
->label('scope', 'health.read')
Expand Down

0 comments on commit 47af19d

Please sign in to comment.