커뮤니티 게시글 조회
- 응답값에 가격, 구매여부 추가
This commit is contained in:
@@ -86,7 +86,7 @@ class AdminContentService(
|
||||
?: throw SodaException("없는 콘텐츠 입니다.")
|
||||
|
||||
if (request.isDefaultCoverImage) {
|
||||
audioContent.coverImage = "profile/default_profile.png"
|
||||
audioContent.coverImage = "`profile/default_profile.png`"
|
||||
}
|
||||
|
||||
if (request.isActive != null) {
|
||||
|
Reference in New Issue
Block a user