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

[MODIFY] 마이페이지 API 초대코드 응답 추가 #129

Merged
merged 2 commits into from
Feb 25, 2024

Conversation

jun02160
Copy link
Member

@jun02160 jun02160 commented Feb 25, 2024

📌 관련 이슈

closed #128

✨ 어떤 이유로 변경된 내용인지

  • 상대방 미연결 시, 초대코드 팝업에 띄울 inviteCode 마이페이지 API response에 추가

🙏 검토 혹은 리뷰어에게 남기고 싶은 말

간단한 수정사항이라 확인해주시면 바로 머지하겠습니당

@jun02160 jun02160 added 🔥 Pull Request PR 날림 예준🍒 🪄API 서버 API 통신 🔧Modify 코드 수정 (기능의 변화가 있을 때) labels Feb 25, 2024
@jun02160 jun02160 requested review from ddongseop and 0lynny February 25, 2024 10:14
@jun02160 jun02160 self-assigned this Feb 25, 2024
Copy link
Member

@0lynny 0lynny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

빠른 반영감사합니다~! installURL만 추가되면 바로 작업 가능할 것 같아요!

@@ -29,6 +29,8 @@ public class MyUserInfoResponseDto {
private Long matchedDate;
private Integer qnaCnt;

private String inviteCode;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

installURL 도 넣어주시면 감사하겠습니다~!!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넵 추가했습니다 !!

Copy link
Member

@ddongseop ddongseop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다!!

@jun02160 jun02160 merged commit 32d41c7 into develop Feb 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
예준🍒 🪄API 서버 API 통신 🔧Modify 코드 수정 (기능의 변화가 있을 때) 🔥 Pull Request PR 날림
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 마이페이지 API 응답 추가
3 participants