fix(profile): 프로필 소셜 URL 필드를 신규 명세로 정리한다

This commit is contained in:
Yu Sung
2026-02-27 13:45:49 +09:00
parent 38fb818f4b
commit 9d6f0c648b
6 changed files with 157 additions and 30 deletions

View File

@@ -17,8 +17,10 @@ struct GetProfileResponse: Decodable {
let rewardCan: Int
let youtubeUrl: String?
let instagramUrl: String?
let blogUrl: String?
let websiteUrl: String?
let fancimmUrl: String?
let xUrl: String?
let xurl: String?
let kakaoOpenChatUrl: String?
let introduce: String
let tags: [String]
}