mirror of
https://github.com/csd4ni3l/loginween.git
synced 2026-06-02 13:45:41 +02:00
Make game.js more modular, add page reload warning to graphics settings and make them work, add some starting code to pumpkin roll and add it to navbar
This commit is contained in:
@@ -256,4 +256,9 @@ def logout():
|
||||
def pumpkin_memory():
|
||||
return render_template("pumpkin_memory.jinja2")
|
||||
|
||||
@app.route("/pumpkin_roll")
|
||||
@login_required
|
||||
def pumpkin_roll():
|
||||
return render_template("pumpkin_roll.jinja2")
|
||||
|
||||
app.run(host=os.getenv("HOST", "0.0.0.0"), port=int(os.getenv("PORT", 8080)), debug=os.getenv("DEBUG_MODE", False).lower() == "true")
|
||||
Reference in New Issue
Block a user