This commit is contained in:
Nikolaj
2022-01-14 10:40:45 +01:00
parent 0ef63ca80b
commit bcffb44393
10 changed files with 16 additions and 11 deletions

View File

@ -66,3 +66,7 @@ def start():
game_id = start_game(game_length)
return flask.redirect(f"/fontgame?id={game_id}")
@app.route("/all")
def all_fonts():
pass