Skip to content

Commit aee9323

Browse files
authored
Merge pull request #114 from prgrms-web-devcourse-final-project/dev
Dev
2 parents 86fb601 + a43fbc4 commit aee9323

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)