This commit is contained in:
Aevann1 2022-01-11 23:59:37 +02:00
parent 609bbfafc6
commit 607cb83327

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)