yozm -> sodalive 로 변경

This commit is contained in:
Yu Sung
2023-08-19 21:57:19 +09:00
parent a22a3ebf6c
commit 8e23f65086
13 changed files with 15 additions and 15 deletions

View File

@@ -42,11 +42,11 @@ struct ContentMainNewContentView_Previews: PreviewProvider {
items: [
GetAudioContentMainItem(
contentId: 1,
coverImageUrl: "https://test-cf.yozm.day/audio_content_cover/31/31-cover-e78575f9-7624-471c-8102-1289a5748aae-5983-1684487894269",
coverImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
title: "테스트",
isAdult: false,
creatorId: 7,
creatorProfileImageUrl: "https://test-cf.yozm.day/profile/7f73168e-220f-482f-b97d-baab63b70e04IMG_20220314_220855522.jpg",
creatorProfileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
creatorNickname: "유저1"
)
],