forked from rDrama/rDrama
1
0
Fork 0

consistency

master
Aevann 2023-07-12 04:10:55 +03:00
parent 90824d0f5f
commit e5aaca4a18
1 changed files with 0 additions and 2 deletions

View File

@ -750,8 +750,6 @@ def user_id_path(id, path):
@app.get("/u/<username>")
@limiter.limit(DEFAULT_RATELIMIT)
@limiter.limit(DEFAULT_RATELIMIT, key_func=get_ID)
@auth_required
def redditor_moment_redirect(v:User, username:str):
return redirect(f"/@{username}")