Skip to content

Commit

Permalink
refactor: thumbnail -> thumbnailUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjy authored May 16, 2024
1 parent 752a9dc commit 302561e
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 302561e

Please sign in to comment.