bb
This commit is contained in:
parent
609bbfafc6
commit
607cb83327
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue