master
Aevann1 2022-01-11 23:59:37 +02:00
parent 5255ead466
commit a3169464b3
1 changed files with 1 additions and 0 deletions

View File

@ -923,6 +923,7 @@ def remove_follow(username, v):
@app.get("/uid/<id>/pic")
@app.get("/uid/<id>/pic/profile")
@limiter.exempt
@auth_required
def user_profile_uid(v, id):
try: id = int(id)