changed case

This commit is contained in:
Nyx 2025-03-15 00:45:26 -05:00
parent a866dcff53
commit e1fc1f7edf

View file

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