add route path

This commit is contained in:
Yannik Schmidt
2019-06-10 12:40:52 +02:00
parent 7f6665cb01
commit 025db91ba4

View File

@@ -71,6 +71,7 @@ def requestRange(start, end):
return str(requests.get(requestURL).content, "utf-8")
@app.route('/leaderboard')
@app.route('/')
def leaderboard():
'''Show main leaderboard page with range dependant on parameters'''