data parsing시 이름이 일치하지 않아 에러나던 버그 수정
This commit is contained in:
@@ -35,7 +35,7 @@ struct GetAudioContentMainItem: Decodable {
|
||||
struct GetAudioContentCurationResponse: Decodable {
|
||||
let title: String
|
||||
let description: String
|
||||
let audioContents: [GetAudioContentMainItem]
|
||||
let contents: [GetAudioContentMainItem]
|
||||
}
|
||||
|
||||
struct GetAudioContentBannerResponse: Decodable {
|
||||
|
||||
Reference in New Issue
Block a user