temp: 임시로 최신 캐릭터 30개 보여주는 것으로 수정
This commit is contained in:
@@ -75,7 +75,7 @@ class ChatCharacterController(
|
||||
}
|
||||
|
||||
// 최신 캐릭터 조회 (최대 10개)
|
||||
val newCharacters = service.getNewCharacters(10)
|
||||
val newCharacters = service.getNewCharacters(30)
|
||||
.map {
|
||||
Character(
|
||||
characterId = it.id!!,
|
||||
|
Reference in New Issue
Block a user