Исправлен код ошибки post создания хранилища

This commit is contained in:
vigdorov
2020-07-14 20:30:26 +03:00
parent 31a58d0dc1
commit 6a0ea4a438

View File

@ -48,7 +48,7 @@ export class StoreController {
@Post()
@Header(...ALLOW_ORIGIN_ALL)
@ApiResponse({
status: 200,
status: 201,
description: 'Создает новую пару ключ-значение',
type: StoreRequest,
})