remotes/1693045480750635534/spooky-22
Aevann1 2022-01-12 04:46:06 +02:00
parent 6cd3b6d0bf
commit 4556aa9c32
1 changed files with 1 additions and 0 deletions

View File

@ -933,6 +933,7 @@ def user_profile_uid(v, id):
return redirect(x.profile_url)
@app.get("/@<username>/pic")
@limiter.exempt
@auth_required
def user_profile_name(v, username):
x = get_user(username)