Skip to content

Commit a43fbc4

Browse files
authored
Merge pull request #113 from prgrms-web-devcourse-final-project/feat-dashboard
fix : pet-profile 응답 수정
2 parents 1e422b5 + f579e38 commit a43fbc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/grepp/teamnotfound/app/controller/api/dashboard/payload/ProfileResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ProfileResponse {
1717
private String breed;
1818
private LocalDate metDay;
1919
private Integer age;
20-
private PetImgDto image;
20+
private String imgUrl;
2121
private Boolean sex;
2222
private String aiAnalysis;
2323
}

0 commit comments

Comments
 (0)