From d82deac19e8e9dc20f820c09ea8e18e24f6077db Mon Sep 17 00:00:00 2001 From: elouanjef Date: Thu, 1 Feb 2024 12:46:10 +0100 Subject: [PATCH] = --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 2968b8c..4eeecff 100644 --- a/app.py +++ b/app.py @@ -16,7 +16,7 @@ def home(): @app.route('/login', methods=['GET', 'POST']) def login(): - return render_template('login.html', app.config['URL_API']) + return render_template('login.html', URL_API=app.config['URL_API']) @app.route('/admin', methods=['GET', 'POST']) def admin():