feat(rule): Rules as a microservice #39

Merged
Janis merged 15 commits from feat/NCS-52 into main 2026-04-22 10:09:35 +02:00
Showing only changes of commit 6eb2419e40 - Show all commits
@@ -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