fix website

This commit is contained in:
nino
2025-05-17 23:31:12 +02:00
parent 0aaa312bcc
commit 5009865f95
4 changed files with 4 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ def index():
user = session.get('user')
if user:
return render_template('view/index.html', user=user)
return redirect(url_for('login'))
@app.route('/login')