rooms.json added, it includes sample json for a roomlist
This commit is contained in:
parent
67d82c4af6
commit
594e545080
1 changed files with 7 additions and 0 deletions
7
src/main/webapp/resources/json/rooms.json
Normal file
7
src/main/webapp/resources/json/rooms.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
{"roomId": 0, "roomName": "Global"},
|
||||
{"roomId": 1, "roomName": "Raum 1"},
|
||||
{"roomId": 2, "roomName": "Raum 2"},
|
||||
{"roomId": 3, "roomName": "Raum 3"},
|
||||
{"roomId": 4, "roomName": "Raum 4"},
|
||||
]
|
Loading…
Reference in a new issue