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, })