mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 06:40:35 +01:00
correction redirect supression alias
This commit is contained in:
@@ -20,5 +20,5 @@ def addGameAlias():
|
||||
def delGameAlias(id : int):
|
||||
GameAlias.query.filter_by(id=id).delete()
|
||||
db.session.commit()
|
||||
return redirect(url_for('protondb'))
|
||||
return redirect(url_for('openProtonDB'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user