Fix main import and rework files for Bruno collection

This commit is contained in:
Yûki VACHOT 2025-11-29 06:24:02 +01:00
parent 16f3810210
commit d1f0ea2a70
43 changed files with 78 additions and 33 deletions

View file

@ -1,22 +0,0 @@
meta {
name: 32 - game-server/getLobbyGame
type: http
seq: 29
}
get {
url: {{GAME_SERVER_URL}}/lobby/<game_ID_here>
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}