1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Update health.php

This commit is contained in:
Torsten Dittmann 2020-04-14 12:17:05 +02:00 committed by GitHub
parent c937e72389
commit 011d622b64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')