Skip to content

프로필 조회 api 구현#186

Open
Goder-0 wants to merge 1 commit intomainfrom
feature/#184-add-profile
Open

프로필 조회 api 구현#186
Goder-0 wants to merge 1 commit intomainfrom
feature/#184-add-profile

Conversation

@Goder-0
Copy link
Contributor

@Goder-0 Goder-0 commented Mar 1, 2026

관련 이슈

PR 설명

Overview

  • 내 프로필 조회 API 추가
  • 회원 API 중 signup/login만 permit 유지

Changes

  • GET /v1/member/me 추가
  • MemberProfileRes DTO 추가 (id/email/createdAt)
  • 보안 설정에서 /v1/member/** permit 제거
  • 프로필 조회 단위 테스트 추가
  • Swagger 예시 값 보강

@Goder-0 Goder-0 linked an issue Mar 1, 2026 that may be closed by this pull request
Add /v1/member/me and profile response DTO.
Restrict member routes to signup/login; add profile unit test.
@Goder-0 Goder-0 force-pushed the feature/#184-add-profile branch from 3ba242e to ea804a5 Compare March 1, 2026 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

내 정보 조회 API 추가

1 participant