-
Notifications
You must be signed in to change notification settings - Fork 0
/
init_data.json
57 lines (57 loc) · 987 Bytes
/
init_data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[
{
"model": "bruc.Users",
"fields": {
"id": 0,
"name": "Pavle Ergović",
"email": "[email protected]",
"privilege": "1"
}
},
{
"model": "bruc.Users",
"fields": {
"id": 1,
"name": "Brucifer",
"email": "[email protected]",
"privilege": "1"
}
},
{
"model": "bruc.Users",
"fields": {
"id": 2,
"name": "Josip Igrec",
"email": "[email protected]",
"privilege": "1"
}
},
{
"model": "bruc.Lineup",
"fields": {
"id": 314159,
"name": "LINEUP_VISIBILITY",
"order": "314159",
"slug": "0",
"visible": "0"
}
},
{
"model": "bruc.Sponsors",
"fields": {
"id": 314159,
"name": "SPONSORS_VISIBILITY",
"order": "314159",
"slug": "0",
"visible": "0"
}
},
{
"model": "bruc.Cjenik",
"fields": {
"id": 314159,
"name": "0",
"tag": "CJENIK_VISIBILITY"
}
}
]