feat: NCS-53 changed IO to MicroService for easier scaling

This commit is contained in:
2026-04-21 14:15:44 +02:00
parent d7f7c37111
commit e5a6cc30eb
45 changed files with 547 additions and 29 deletions
+19
View File
@@ -0,0 +1,19 @@
meta {
name: Get Legal Moves
type: http
seq: 2
}
get {
url: {{baseUrl}}/api/board/game/{{gameId}}/moves
body: none
auth: none
}
params:query {
square: e2
}
vars:pre-request {
gameId: tjOgyEcS
}