make /marseys not login-required

pull/153/head
Aevann 2023-06-14 01:28:11 +03:00
parent a404210cc7
commit 8b5176d0e7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def get_marseys():
@app.get("/marseys")
@limiter.limit(DEFAULT_RATELIMIT)
@limiter.limit(DEFAULT_RATELIMIT, key_func=get_ID)
@auth_required
@auth_desired_with_logingate
def marseys(v:User):
if SITE_NAME != 'rDrama':
abort(404)