diff --git a/src/store/store.responses.ts b/src/store/store.responses.ts index c896733..427e8fd 100644 --- a/src/store/store.responses.ts +++ b/src/store/store.responses.ts @@ -33,7 +33,7 @@ export const FIND_ONE_NOT_FOUND: ApiResponseOptions = { export const CREATE_SUCCESS: ApiResponseOptions = { status: 201, - description: 'Объект вновь созданного хранилища', + description: 'Объект созданного хранилища', type: StoreRequest, };