@foo == /user/foo
This commit is contained in:
parent
fc75e469c0
commit
c25e9b8615
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ def today():
|
|||
|
||||
@bp.route('/u/<user>')
|
||||
@bp.route('/user/<user>')
|
||||
@bp.route('/@<user>')
|
||||
def user(user):
|
||||
return render_template('subnodes.html', nodes=db.subnodes_by_user(user))
|
||||
|
||||
|
|
Loading…
Reference in a new issue