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]/#86 - ApiResponse 클래스명을 CommonResponse로 변경 #102

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

koojun99
Copy link
Contributor

@koojun99 koojun99 commented Apr 11, 2024

🚀 개요

Swagger 관련 어노테이션과의 호환을 위해 ApiResponse 클래스의 이름을 CommonResponse로 변경

🔍 변경사항

  • ApiResponse 클래스의 이름을 CommonResponse로 변경
  • ApiResponse를 호출하는 모든 컨트롤러에서의 이름도 변경

⏳ 작업 내용

  • ApiResponse 클래스의 이름을 CommonResponse로 변경
  • ApiResponse를 호출하는 모든 컨트롤러에서의 이름도 변경
  • MemberController@ApiResponse에 해당하는 부분 import 하도록 변경

📝 논의사항

@koojun99 koojun99 added the ♻️ refactor Refactoring code label Apr 11, 2024
@koojun99 koojun99 self-assigned this Apr 11, 2024
@koojun99 koojun99 linked an issue Apr 11, 2024 that may be closed by this pull request
1 task
@koojun99 koojun99 merged commit c9002c9 into develop Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ refactor Refactoring code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🔨[refactor] API 응답 클래스명 변경
1 participant