1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00

Merge branch 'master' of github.com:appwrite/appwrite into feature--flutter-support

This commit is contained in:
Eldad Fux 2020-04-15 16:41:11 +03:00
commit db4f0dcbb6
2 changed files with 2 additions and 3 deletions

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

View file

@ -184,7 +184,6 @@ $utopia->post('/v1/storage/files')
/*
* Models
*/
$list = [];
$device = Storage::getDevice('local');
if (!$upload->isValid($file['tmp_name'])) {