suspend fun findById(@PathVariable id: Int): User? {
return userRepo
.getUserById(id)
}
Понятно. Нельзя так делать 🙂
Обсуждают сегодня