From 1159b6321fc5167cd8e45f70f1ced1a8a330dc06 Mon Sep 17 00:00:00 2001 From: vigdorov Date: Sun, 2 Aug 2020 12:27:21 +0300 Subject: [PATCH] =?UTF-8?q?HM-103.=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=BE=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20POST=20=D0=BE=D1=82=D0=B2=D0=B5=D1=82=D0=B0=20?= =?UTF-8?q?=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8=D1=8F=20=D1=85=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D0=BB=D0=B8=D1=89=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/store.responses.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/store.responses.ts b/src/store/store.responses.ts index c896733..427e8fd 100644 --- a/src/store/store.responses.ts +++ b/src/store/store.responses.ts @@ -33,7 +33,7 @@ export const FIND_ONE_NOT_FOUND: ApiResponseOptions = { export const CREATE_SUCCESS: ApiResponseOptions = { status: 201, - description: 'Объект вновь созданного хранилища', + description: 'Объект созданного хранилища', type: StoreRequest, };