nesau
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user