removed extra whitespace

This commit is contained in:
Damodar Lohani
2021-06-16 13:25:49 +05:45
parent 7bb546ecb3
commit 6c2117a750
-1
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'])