캐릭터 챗봇 #338

Merged
klaus merged 119 commits from test into main 2025-09-10 06:08:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a6a01aaa37 - Show all commits

View File

@ -22,7 +22,7 @@ data class ChatCharacterSearchResponse(
name = character.name, name = character.name,
description = character.description, description = character.description,
mbti = character.mbti, mbti = character.mbti,
imagePath = character.imagePath?.let { "$imageHost$it" }, imagePath = character.imagePath?.let { "$imageHost/$it" },
tags = tags tags = tags
) )
} }