routing /app/highscore - /highscore

This commit is contained in:
Tahar Lamred & Theresa Nerz 2026-07-15 16:02:19 +02:00
parent 69bad97bd0
commit 6867f0c5d8

View file

@ -144,7 +144,7 @@ def start():
return html return html
@app.route("/app/highscore") @app.route("/highscore")
def highscore(): def highscore():
html = "<h1>Highscores</h1><ol>" html = "<h1>Highscores</h1><ol>"
rows = get_highscores() rows = get_highscores()