drop auth_desired from pp routes

fewer queries yay
This commit is contained in:
justcool393 2023-02-12 19:23:11 -06:00 committed by Ben Rog-Wilhelm
parent 358674d39f
commit 873bc6d258

View file

@ -988,7 +988,6 @@ import re
@app.get("/uid/<id>/pic")
@app.get("/uid/<id>/pic/profile")
@limiter.exempt
@auth_desired
def user_profile_uid(v, id):
try: id = int(id)
except: