fix(rule): Rules as a microservice
Build & Test (NowChessSystems) TeamCity build failed

Added rules as a microservice
This commit is contained in:
LQ63
2026-04-21 17:49:59 +02:00
parent fb0a859a90
commit a879e882a4
@@ -142,6 +142,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