룰렛 프리셋 API 추가

- 룰렛 만들기
- 룰렛 업데이트
- 룰렛 프리셋 전체 가져오기
This commit is contained in:
Klaus 2024-02-22 16:04:06 +09:00
parent 95717824c6
commit eb552f01f0
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ class NewRouletteService(
}
rouletteList.sortedBy { it.id }
println(rouletteList)
return rouletteList.asSequence()
.map {
GetNewRouletteResponse(