Essai en de prise en compte du SSL

This commit is contained in:
Kepka Ludovic
2025-08-30 00:02:46 +02:00
committed by skylanix
parent 65b793a7ca
commit 8a643635c3
2 changed files with 13 additions and 6 deletions
-3
View File
@@ -25,6 +25,3 @@ def updateConfiguration():
db.session.commit()
return redirect(request.referrer)
@webapp.route("/configurations/twitch/help")
def twitchConfigurationHelp():
return render_template("twitch-aide.html", token_redirect_url = f'{request.url_root[:-1]}{url_for('twitchReceiveToken')}')