bb
This commit is contained in:
parent
14a1fbf3d3
commit
e759b4864f
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ def remove_follow(username, v):
|
||||||
@app.get("/uid/<id>/pic")
|
@app.get("/uid/<id>/pic")
|
||||||
@app.get("/uid/<id>/pic/profile")
|
@app.get("/uid/<id>/pic/profile")
|
||||||
@limiter.exempt
|
@limiter.exempt
|
||||||
@auth_required
|
@auth_desired
|
||||||
def user_profile_uid(v, id):
|
def user_profile_uid(v, id):
|
||||||
try: id = int(id)
|
try: id = int(id)
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue