init from origin + update
This commit is contained in:
20
server/routers/publicium/mocks/maps/by/id.json
Normal file
20
server/routers/publicium/mocks/maps/by/id.json
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"id": 302,
|
||||
"name": "Lambda Core 1",
|
||||
"logo": "lambda-1.png",
|
||||
"game": 1
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"name": "Xen Factory 2",
|
||||
"logo": "bms-xen2.png",
|
||||
"game": 1
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Office Complex 4",
|
||||
"logo": "bms-office4.png",
|
||||
"game": 1
|
||||
}
|
||||
]
|
||||
26
server/routers/publicium/mocks/maps/trending.json
Normal file
26
server/routers/publicium/mocks/maps/trending.json
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"id": 302,
|
||||
"name": "Lambda Core 1",
|
||||
"logo": "lambda-1.png",
|
||||
"game": 1
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"name": "Inferno",
|
||||
"logo": "csgo-inferno.png",
|
||||
"game": 31
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"name": "Ice Spikes",
|
||||
"logo": "mc-icespk.png",
|
||||
"game": 12
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"name": "Dust 2",
|
||||
"logo": "csgo-dust2.png",
|
||||
"game": 31
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user