1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

removed extra whitespace

This commit is contained in:
Damodar Lohani 2021-06-16 13:25:49 +05:45
parent 7bb546ecb3
commit 6c2117a750

View file

@ -138,7 +138,6 @@ App::get('/v1/storage/buckets/:bucketId')
$response->dynamic2($bucket, Response::MODEL_BUCKET);
});
App::post('/v1/storage/files')
->desc('Create File')
->groups(['api', 'storage'])