feat: NCS-53 changed IO to MicroService for easier scaling (#37)
Build & Test (NowChessSystems) TeamCity build finished

Reviewed-on: #37
Reviewed-by: Shahd Lala <shosho996@blackhole.local>
This commit was merged in pull request #37.
This commit is contained in:
2026-04-21 15:38:58 +02:00
parent d7f7c37111
commit 9b5185298e
53 changed files with 772 additions and 31 deletions
+15
View File
@@ -0,0 +1,15 @@
meta {
name: Make Move
type: http
seq: 1
}
post {
url: {{baseUrl}}/api/board/game/{{gameId}}/move/b1c3
body: none
auth: none
}
vars:pre-request {
gameId: tjOgyEcS
}