forked from MarseyWorld/MarseyWorld
routes: add /flairs as an alternative route to /holes (#129)
Kindly, As per $title. For WPD, with love Thanks, granny Reviewed-on: rDrama/rDrama#129 Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net> Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>master
parent
7fa150a27f
commit
6f06b24ead
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue