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

[fix] 선물방 참여자 상세 조회 API 로직 분리 #95

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

hysong4u
Copy link
Member

Related Issue 🍫

Summary 🍪

  • 선물방 참여자 상세 조회 API에서 owner, room, room member정보를 한 번에 보냈는데 삭제 시 전체 삭제되는 문제로 owner& room과 room member를 보내는 로직을 분리합니다.
  • room & owner 정보 => /api/room/{roomId}/room-detail
  • room member 리스트 정보 => /api/room/{roomId}/members

Before i request PR review 🍰

@hysong4u hysong4u added FEAT 새로운 기능을 추가 FIX 코드 버그 수정 labels Jan 18, 2024
@hysong4u hysong4u self-assigned this Jan 18, 2024
@hysong4u hysong4u merged commit 537c51c into develop Jan 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT 새로운 기능을 추가 FIX 코드 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix]선물방 참여자 상세 조회 API 로직 분리
1 participant