This commit is contained in:
Aevann1 2022-03-20 02:03:25 +02:00
parent f900f2aaec
commit 304b1379e4
3 changed files with 12 additions and 2 deletions

View file

@ -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