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

Commit

Permalink
ça va rien changer
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheGeek committed Feb 1, 2024
1 parent 93f2943 commit c7ea2e7
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 @@ -17,7 +17,7 @@ def home():
@app.route('/login', methods=['GET', 'POST'])
def login():
api_url = app.config['URL_API']
return render_template('login.html', api_url=api_url)
return render_template('login.html', api_url=str(api_url))

@app.route('/admin', methods=['GET', 'POST'])
def admin():
Expand Down

0 comments on commit c7ea2e7

Please sign in to comment.