[CHORE] userTag 리턴값 "" to Null, Token 에러 catch
GaHee99 opened this issue · comments
GaHee99 commented
🧐 설명!
- userTag의 리턴값이 현재 null일 경우 ""로 들어오고 있습니다. 관련 에러를 수정합니다.
- Token에서 NotFoundUser 처리 시에, Handler에서 잡지 못하고 있습니다.
-> Error 잡기 수정
✔ 해야할 일!
- 시큐리티 고치기
- 인기 유저 보기 /api/v1/user/popular
- 마이페이지 - 유저 프로필 보기 /api/v1/user/my/profile
- 발견 - 유저 /api/v1/user?tags=1&tags=2
- 발견 유저-프로필보기 /api/v1/user/detail/profile?userId={userId}
GaHee99 commented
merged in develop