diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/GetCreatorDetailResponse.kt b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/GetCreatorDetailResponse.kt index f8dd05e1..b7d5eab8 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/GetCreatorDetailResponse.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/GetCreatorDetailResponse.kt @@ -11,6 +11,6 @@ data class GetCreatorDetailResponse( @JsonProperty("instagramUrl") val instagramUrl: String, @JsonProperty("fancimmUrl") val fancimmUrl: String, @JsonProperty("xUrl") val xUrl: String, - @JsonProperty("blogUrl") val blogUrl: String, + @JsonProperty("youtubeUrl") val youtubeUrl: String, @JsonProperty("kakaoOpenChatUrl") val kakaoOpenChatUrl: String )