mirror of
https://github.com/csd4ni3l/loginween.git
synced 2026-06-02 13:45:41 +02:00
I forgot to commit, but yeah i started learning kaplay and made UI for it, and added settings, no game done yet.
This commit is contained in:
@@ -251,4 +251,9 @@ def logout():
|
||||
flask_login.logout_user()
|
||||
return redirect(url_for("login"))
|
||||
|
||||
@app.route("/pumpkin_memory")
|
||||
@login_required
|
||||
def pumpkin_memory():
|
||||
return render_template("pumpkin_memory.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