dnd-side-project/dnd-5th-8-backend

Mypage 기능 개발[mypage]

Closed this issue · 0 comments

😊 이슈 내용

  • Service단 : MypageService 추가
  • Controller단 : MypageController 추가
  • Dto단 : MypageResponseDto 추가

⭐️ Infomation

1️⃣ Mypage 정보 response

  • GET
  • api : /mypage/ + {userId}
  • 형식 : JSON
  • request : 없음
  • response :
{
   userName : String
   userProfile : String
   code : String
}