Fix logging and versioning
This commit is contained in:
@@ -228,7 +228,7 @@ def send_join(request, roomId) -> dict:
|
||||
async def version():
|
||||
return jsonify({
|
||||
"server": {
|
||||
"version": globals.vona_version,
|
||||
"version": globals.version,
|
||||
"name": "Vona"
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user