fdsdfs
This commit is contained in:
parent
f900f2aaec
commit
304b1379e4
3 changed files with 12 additions and 2 deletions
|
@ -29,4 +29,10 @@ def speak(data, v):
|
|||
}
|
||||
|
||||
emit('speak', data)
|
||||
return '', 204
|
||||
return '', 204
|
||||
|
||||
@sex.on('join room')
|
||||
@auth_required
|
||||
def join_room(data, v):
|
||||
join_room('1')
|
||||
return '', 204
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue