Skip to content
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

Refactor: 회원 도메인의 dto 패키징 방식을 변경한다. #39

Merged
merged 4 commits into from
Aug 14, 2024

Commits on Aug 14, 2024

  1. refactor: 회원 도메인 요청 dto 패키지 이동

    기존 controller.request 패키지에서 member.dto.request 패키지로 이동함.
    hseong3243 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    af03df6 View commit details
    Browse the repository at this point in the history
  2. refactor: 회원 도메인 응답 dto 패키지 이동

    기존 service.response 패키지에서 member.dto.response 패키지로 이동함.
    hseong3243 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    fd9d0c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ea85a6 View commit details
    Browse the repository at this point in the history
  4. chore: resolve conflict

    mirageoasis committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    46b2131 View commit details
    Browse the repository at this point in the history