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