Skip to content

Commit

Permalink
#91 Fix: 팀 조회 ResponseDTO 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
insa658723 committed Aug 7, 2024
1 parent 46c614f commit 4a1ad73
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ public class TeamMemberResponseDTO {
@Getter
@NoArgsConstructor
@AllArgsConstructor
public static class TeamMemberViewResponseDTO {
Long teamMemberId;

public static class TeamCheckResponseDTO { //팀 조회
private Long teamId;
private String name;
private String intro;
private String profilePhoto;
private String github;
private String email;
private String linkedIn;
}

@Getter
Expand Down

0 comments on commit 4a1ad73

Please sign in to comment.