Compare commits
2 commits
89b56cf987
...
a866dcff53
Author | SHA1 | Date | |
---|---|---|---|
a866dcff53 | |||
42432b1d63 |
1 changed files with 2 additions and 2 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')
|
||||
|
@ -111,4 +111,4 @@ for extra_dir in extra_dirs:
|
|||
|
||||
if __name__ == '__main__':
|
||||
app.secret_key = 'super secret key'
|
||||
app.run(debug=True, extra_files=extra_files)
|
||||
app.run(debug=True, extra_files=extra_files, port=6996)
|
||||
|
|
Loading…
Add table
Reference in a new issue