From 6c2117a7506dcf85f63b99428ffeec04bb22180b Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 16 Jun 2021 13:25:49 +0545 Subject: [PATCH] removed extra whitespace --- app/controllers/api/storage.php | 1 - 1 file changed, 1 deletion(-) 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'])