From 6a0ea4a438eb29f5b309edc1a204a8062ac20a6a Mon Sep 17 00:00:00 2001 From: vigdorov Date: Tue, 14 Jul 2020 20:30:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BA=D0=BE=D0=B4=20=D0=BE=D1=88=D0=B8=D0=B1?= =?UTF-8?q?=D0=BA=D0=B8=20post=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D1=85=D1=80=D0=B0=D0=BD=D0=B8=D0=BB=D0=B8=D1=89?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/store.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/store.controller.ts b/src/store/store.controller.ts index a693120..17bed35 100644 --- a/src/store/store.controller.ts +++ b/src/store/store.controller.ts @@ -48,7 +48,7 @@ export class StoreController { @Post() @Header(...ALLOW_ORIGIN_ALL) @ApiResponse({ - status: 200, + status: 201, description: 'Создает новую пару ключ-значение', type: StoreRequest, })