From 011d622b64b278a0959ae36d6762cf04139a69a1 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 14 Apr 2020 12:17:05 +0200 Subject: [PATCH] Update health.php --- app/controllers/api/health.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/api/health.php b/app/controllers/api/health.php index 5ad1f5b788..60685024f1 100644 --- a/app/controllers/api/health.php +++ b/app/controllers/api/health.php @@ -51,7 +51,7 @@ $utopia->get('/v1/health/cache') ); $utopia->get('/v1/health/time') - ->desc('Check Webhooks Health') + ->desc('Check Time Health') ->label('scope', 'health.read') ->label('sdk.platform', [APP_PLATFORM_SERVER]) ->label('sdk.namespace', 'health') @@ -98,7 +98,7 @@ $utopia->get('/v1/health/time') ); $utopia->get('/v1/health/webhooks') - ->desc('Check Time Health') + ->desc('Check Webhooks Health') ->label('scope', 'health.read') ->label('sdk.platform', [APP_PLATFORM_SERVER]) ->label('sdk.namespace', 'health')