diff --git a/app/controllers/api/storage.php b/app/controllers/api/storage.php index 27cc963567..1ea0855919 100644 --- a/app/controllers/api/storage.php +++ b/app/controllers/api/storage.php @@ -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'])