Allow SyWeb login
This commit is contained in:
@@ -165,6 +165,7 @@ async def register():
|
||||
|
||||
@client.route("/_matrix/client/r0/login", methods=["GET", "POST"])
|
||||
@client.route("/_matrix/client/v3/login", methods=["GET", "POST"])
|
||||
@client.route("/_matrix/client/api/v1/login", methods=["POST"])
|
||||
async def login():
|
||||
if request.method == "GET":
|
||||
return jsonify({
|
||||
|
||||
Reference in New Issue
Block a user