quick fix
This commit is contained in:
parent
89b56cf987
commit
42432b1d63
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue