fix(rule): Rules as a microservice

Added rules as a microservice
This commit is contained in:
LQ63
2026-04-21 17:49:59 +02:00
committed by Janis
parent 9c55d1211d
commit 6eb2419e40
@@ -138,6 +138,7 @@ class GameResource:
val black = playerInfoFrom(req.black, DefaultBlack)
val entry = newEntry(GameContext.initial, white, black)
registry.store(entry)
println(s"Created game ${entry.gameId}")
created(toGameFullDto(entry))
@GET