create GameListRepositoryInRedis

This commit is contained in:
2025-04-14 23:40:11 +02:00
parent 2fb4c778fd
commit 70d596acf0
4 changed files with 79 additions and 14 deletions
@@ -10,6 +10,7 @@ import eventDemo.configuration.route.declareHttpGameRoute
import eventDemo.configuration.route.declareWebSocketsGameRoute
import io.ktor.server.application.Application
import org.koin.ktor.ext.get
import org.koin.ktor.ext.getKoin
fun Application.configure() {
configureKoin()
@@ -24,5 +25,5 @@ fun Application.configure() {
configureHttpRouting()
declareHttpGameRoute()
configureGameListener()
getKoin().configureGameListener()
}