temp(chat-character): 최신 캐릭터 50개 조회
This commit is contained in:
@@ -75,7 +75,7 @@ class ChatCharacterController(
|
||||
}
|
||||
|
||||
// 최신 캐릭터 조회 (최대 10개)
|
||||
val newCharacters = service.getNewCharacters(30)
|
||||
val newCharacters = service.getNewCharacters(50)
|
||||
.map {
|
||||
Character(
|
||||
characterId = it.id!!,
|
||||
|
Reference in New Issue
Block a user