forked from rDrama/rDrama
1
0
Fork 0

rename /@me to /me

master
Aevann 2024-02-21 20:38:59 +02:00
parent 07b0d89b92
commit b68f4e4056
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ def on_login(account, redir=None):
@app.get("/me")
@app.get("/@me")
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400)
@limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID)
@auth_required