quick fix

This commit is contained in:
Nyx 2025-03-13 19:27:36 -05:00
parent 89b56cf987
commit 42432b1d63

View file

@ -92,7 +92,7 @@ def logout():
return redirect('/')
@app.route('/auth/profile/')
def logout():
def privateProfile():
return render_template('account.j2', userName='alice') #temporary name
@app.route('/assets/css/index.css')