Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Feb 1, 2024
1 parent c536129 commit d82deac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit d82deac

Please sign in to comment.