1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-upgrade-php-version

This commit is contained in:
Eldad Fux 2020-10-31 19:23:10 +02:00
commit 0f812b1713
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ before_install:
install:
- docker --version
- docker-compose up -d
- sleep 60
- sleep 90
script:
- docker ps

View file

@ -506,7 +506,7 @@ App::put('/v1/storage/files/:fileId')
;
$response->dynamic($file, Response::MODEL_FILE);
}, ['response', 'projectDB', 'webhooks', 'audits']);
}, ['response', 'projectDB', 'audits']);
App::delete('/v1/storage/files/:fileId')
->desc('Delete File')