mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Change a couple filenames and move some files around.
This commit is contained in:
@@ -80,9 +80,9 @@ def tutorial(lang='en'):
|
||||
return render_template(f"tutorial.html", lang=lang)
|
||||
|
||||
|
||||
@app.route('/game-settings')
|
||||
@app.route('/player-settings')
|
||||
def game_settings():
|
||||
return render_template("game-settings.html")
|
||||
return render_template("player-settings.html")
|
||||
|
||||
|
||||
@app.route('/seed/<suuid:seed>')
|
||||
|
Reference in New Issue
Block a user