Skip to content

Commit

Permalink
#3 Refactor: 와인 클래스 도메인 변경
Browse files Browse the repository at this point in the history
- video링크 대신 videoId 사용
  • Loading branch information
노정윤 committed Aug 20, 2024
1 parent d657eac commit 570da9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
public class WineClassResponseDTO {
private Long id;
private String title;
private String video;
private String videoId;
private String description;
}

0 comments on commit 570da9e

Please sign in to comment.