캐릭터 챗봇 #338
|
@ -22,7 +22,7 @@ data class ChatCharacterSearchResponse(
|
|||
name = character.name,
|
||||
description = character.description,
|
||||
mbti = character.mbti,
|
||||
imagePath = character.imagePath?.let { "$imageHost$it" },
|
||||
imagePath = character.imagePath?.let { "$imageHost/$it" },
|
||||
tags = tags
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue