feat: NCS-52 Rules as a microservice #36

Merged
Janis merged 14 commits from feat/NCS-52 into main 2026-04-22 09:29:16 +02:00
Showing only changes of commit 5a186db349 - Show all commits
@@ -149,6 +149,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