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: ErrorResponse 응답 구조 변경 #62

Merged
merged 7 commits into from
Oct 1, 2024

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    e2b72d4 View commit details
    Browse the repository at this point in the history
  2. refactor: ErrorResponse message 타입 변경 및 에러 이름 추가

    - String message -> String[] message
    - Error name 추가
    
    CHZZ-112
    junest66 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2906014 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43aeced View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22ee360 View commit details
    Browse the repository at this point in the history
  5. style: 가독성 향상을 위해 함수 순서 변경

    - GET, POST, PUT, PATCH, DELETE 순서로 메서드 순서 변경
    
    CHZZ-112
    junest66 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cadedc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b12c11 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    56eb12d View commit details
    Browse the repository at this point in the history