routes: add /flairs as an alternative route to /holes #129

Merged
Aevann merged 1 commits from :add-flairs-route into master 2023-02-20 14:40:02 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -610,6 +610,7 @@ def sub_marsey(v:User, sub):
return redirect(f'/h/{sub}/settings')
@app.get("/flairs")
@app.get("/holes")
@limiter.limit(DEFAULT_RATELIMIT, key_func=get_ID)
@auth_required