Skip to content

Commit

Permalink
Merge pull request #127 from tukcomCD2024/Dev-backend
Browse files Browse the repository at this point in the history
refactor: thumbnail -> thumbnailUrl
  • Loading branch information
yeonjy authored May 16, 2024
2 parents 50af019 + 302561e commit d3abc72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class NewsResponse {
private Long id;
private String title;
private String thumbnail;
private String thumbnailUrl;
private String postDate;
private Boolean isBookmarked;
}

0 comments on commit d3abc72

Please sign in to comment.