MVP version
This commit is contained in:
commit
3f96943858
25 changed files with 3962 additions and 0 deletions
16
mocked/dev-gameservers-status.json
Normal file
16
mocked/dev-gameservers-status.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"servers": [
|
||||
{
|
||||
"game": "Jeu 1",
|
||||
"address": "srv.mocked.com:12345",
|
||||
"port": 12345,
|
||||
"active": false
|
||||
},
|
||||
{
|
||||
"game": "Jeu 2",
|
||||
"address": "srv.mocked.com:67890",
|
||||
"port": 67890,
|
||||
"active": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue