-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 기부자 수정 api #593
feat: 기부자 수정 api #593
Conversation
add authValidate, modify api endpoint, build test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿굿입니다.
} else { | ||
return next(new ErrorResponse(errorCode.INVALID_INPUT, status.BAD_REQUEST)); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
donator 가 존재하지 않는 유저인 경우에 추가할 수 있으면 좋을 것 같습니다.
swagger 도 추가해야 합니다 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
개요
donator 를 업데이트하는 api 추가
작업 사항
PATCH /api/books/donator endpoint 추가
목적
온보딩 api 생성해보기