forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-02 21:40:18 +02:00
parent 71bd0c8d43
commit 063f3111bd
1 changed files with 3 additions and 1 deletions

View File

@ -1072,9 +1072,11 @@ def remove_follow(username, v):
return {"message": "Follower removed!"}
@app.get("/pp/<id>")
@app.get("/logged_out/pp/<id>")
@app.get("/uid/<id>/pic")
@app.get("/uid/<id>/pic/profile")
@app.get("/logged_out/uid/<id>/pic")
@app.get("/uid/<id>/pic/profile")
@app.get("/logged_out/uid/<id>/pic/profile")
@limiter.exempt
@auth_desired
def user_profile_uid(v, id):