worldcup2022: retain backwards compat on URL.

pull/31/head
Snakes 2022-11-28 22:39:30 -05:00
parent 3e42918afb
commit c762c84bde
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ def _special_leaderboard_get():
result = g.db.execute(_special_leaderboard_query).all()
return result
@app.get('/events/worldcup2022/leaderboard')
@app.get('/special/worldcup2022/leaderboard')
@auth_required
def get_leaderboard(v):