drop auth_desired from pp routes
fewer queries yay
This commit is contained in:
parent
358674d39f
commit
873bc6d258
1 changed files with 0 additions and 1 deletions
|
@ -988,7 +988,6 @@ import re
|
||||||
@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_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