-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/user 카테고리 기능 추가 #96
Conversation
EUNCHAEv1006
commented
Jan 23, 2024
•
edited
Loading
edited
- Setter 사용을 지양함
- 카테고리 선택 기능 추가
- 카카오로그인 헤더 수정
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.
프론트 API와 페이지가 하나 늘었군요.... 감사합니다!!!!!!!
|
||
if (loginUser == null) { | ||
throw new CustomException(ErrorCode.LOGIN_REQUIRED_EXCEPTION); | ||
} |
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.
로그인 유저가 null이 나오는 상황이 토큰이 없는 경우가 맞을까요?
맞다면 서비스 메소드 들어오기 전에 403이 뜰 것 같은데 다른 상황이 있으셨는지 궁금합니다!
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.
고생하셨습니다!!