콘텐츠 리스트

- 커버이미지 URL 잘못 생성되던 버그 수정
This commit is contained in:
Klaus 2024-01-29 11:39:21 +09:00
parent bf634b09db
commit 653f1f8d58
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
.select(
QGetAudioContentListItem(
audioContent.id,
audioContent.coverImage.prepend(coverImageHost),
audioContent.coverImage.prepend("/").prepend(coverImageHost),
audioContent.title,
audioContent.price,
audioContent.theme.theme,