From a983ed15625f27af705141ee3f167f06860db71f Mon Sep 17 00:00:00 2001 From: Klaus Date: Wed, 25 Feb 2026 21:03:14 +0900 Subject: [PATCH] =?UTF-8?q?fix(profile):=20=EC=82=AC=EC=9A=A9=ED=95=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=20blogUrl=20=EC=A0=9C=EA=B1=B0,?= =?UTF-8?q?=20=EC=9E=98=EB=AA=BB=20=EC=A0=9C=EA=B1=B0=EB=90=9C=20youtubeUr?= =?UTF-8?q?l=20=EB=8B=A4=EC=8B=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../co/vividnext/sodalive/explorer/GetCreatorDetailResponse.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )