mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
redirect old /hosted to new /room
This commit is contained in:
@@ -192,6 +192,9 @@ def hostRoom(room: UUID):
|
|||||||
|
|
||||||
return render_template("hostRoom.html", room=room)
|
return render_template("hostRoom.html", room=room)
|
||||||
|
|
||||||
|
@app.route('/hosted/<suuid:room>', methods=['GET', 'POST'])
|
||||||
|
def hostRoomRedirect(room: UUID):
|
||||||
|
return redirect(url_for("hostRoom", room=room))
|
||||||
|
|
||||||
@app.route('/favicon.ico')
|
@app.route('/favicon.ico')
|
||||||
def favicon():
|
def favicon():
|
||||||
|
Reference in New Issue
Block a user