From 8639db0cd26d9867446823327784a49d9c9679b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Santilio?= Date: Wed, 20 Oct 2021 17:30:59 +0200 Subject: [PATCH] Update health.php --- app/controllers/api/health.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/health.php b/app/controllers/api/health.php index cbccb8f59..5a1718c9c 100644 --- a/app/controllers/api/health.php +++ b/app/controllers/api/health.php @@ -179,7 +179,7 @@ App::get('/v1/health/queue/usage') }, ['response']); App::get('/v1/health/queue/certificates') - ->desc('Get Certificate Queue') + ->desc('Get Certificates Queue') ->groups(['api', 'health']) ->label('scope', 'health.read') ->label('sdk.auth', [APP_AUTH_TYPE_KEY])