Support environment variable to specify configuration path

This commit is contained in:
2025-10-12 17:05:32 -04:00
parent 4a6e65226e
commit 4603ed86ac
4 changed files with 5 additions and 3 deletions

View File

@@ -476,4 +476,4 @@ async def space_hierachy(roomId):
return jsonify({
"errcode": "M_NOT_FOUND",
"error": "Room does not exist."
})
}), 404