캐릭터 챗봇 #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 8b1dd7cb95 - Show all commits

View File

@ -75,7 +75,7 @@ class ChatCharacterController(
}
// 최신 캐릭터 조회 (최대 10개)
val newCharacters = service.getNewCharacters(10)
val newCharacters = service.getNewCharacters(30)
.map {
Character(
characterId = it.id!!,