routing /app/highscore - /highscore
This commit is contained in:
parent
69bad97bd0
commit
6867f0c5d8
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ def start():
|
|||
return html
|
||||
|
||||
|
||||
@app.route("/app/highscore")
|
||||
@app.route("/highscore")
|
||||
def highscore():
|
||||
html = "<h1>Highscores</h1><ol>"
|
||||
rows = get_highscores()
|
||||
|
|
|
|||
Loading…
Reference in a new issue