bb
This commit is contained in:
parent
a4c0c90bd1
commit
f90e402ab0
1 changed files with 1 additions and 0 deletions
|
@ -933,6 +933,7 @@ def user_profile_uid(v, id):
|
||||||
return redirect(x.profile_url)
|
return redirect(x.profile_url)
|
||||||
|
|
||||||
@app.get("/@<username>/pic")
|
@app.get("/@<username>/pic")
|
||||||
|
@limiter.exempt
|
||||||
@auth_required
|
@auth_required
|
||||||
def user_profile_name(v, username):
|
def user_profile_name(v, username):
|
||||||
x = get_user(username)
|
x = get_user(username)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue