Added locations to generated weighted-settings.json. In-progress /weighted-settings page available on WebHost, currently non-functional as I work on JS backend stuff

This commit is contained in:
Chris Wilson
2021-12-31 14:42:04 -05:00
parent 4db4b5305e
commit 06dc76a78b
5 changed files with 427 additions and 0 deletions

View File

@@ -89,6 +89,11 @@ def start_playing():
return render_template(f"startPlaying.html")
@app.route('/weighted-settings')
def weighted_settings():
return render_template(f"weighted-settings.html")
# Player settings pages
@app.route('/games/<string:game>/player-settings')
def player_settings(game):