Исправлен код ошибки post создания хранилища
This commit is contained in:
@ -48,7 +48,7 @@ export class StoreController {
|
|||||||
@Post()
|
@Post()
|
||||||
@Header(...ALLOW_ORIGIN_ALL)
|
@Header(...ALLOW_ORIGIN_ALL)
|
||||||
@ApiResponse({
|
@ApiResponse({
|
||||||
status: 200,
|
status: 201,
|
||||||
description: 'Создает новую пару ключ-значение',
|
description: 'Создает новую пару ключ-значение',
|
||||||
type: StoreRequest,
|
type: StoreRequest,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user