From 1cd0e7f7683198a87a92e8e8b89ab3d29c7814a5 Mon Sep 17 00:00:00 2001 From: Nikolay <46225163+vigdorov@users.noreply.github.com> Date: Wed, 22 Jul 2020 17:51:23 +0300 Subject: [PATCH] =?UTF-8?q?HM-65.=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B8=20=D0=BA=D0=BE=D1=82=D0=BE=D1=80=D0=BE?= =?UTF-8?q?=D0=B9=20=D0=BD=D0=B5=20=D0=BF=D0=B5=D1=80=D0=BA=D0=BB=D1=8E?= =?UTF-8?q?=D1=87=D0=B0=D0=BB=D0=BE=D1=81=D1=8C=20=D0=BD=D0=B0=20=D1=82?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D0=BE=D0=B2=D0=BE=D0=B5=20=D0=B0=D0=BF=D0=B8?= =?UTF-8?q?=20(#26)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/StorageServiceAPI.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/api/StorageServiceAPI.js b/src/api/StorageServiceAPI.js index 463586e..b0bbac6 100644 --- a/src/api/StorageServiceAPI.js +++ b/src/api/StorageServiceAPI.js @@ -19,11 +19,9 @@ import adminConfigsService from '../services/AdminConfigsService'; */ class StorageServiceApi { constructor () { - const {url, headers} = adminConfigsService.getApi(); + const {url, options} = adminConfigsService.getApi(); this.URL = `${url}${ENDPOINTS.STORE}`; - this.OPTIONS = { - headers, - }; + this.OPTIONS = options; } /**