Begruessungstext geaendert

This commit is contained in:
ElenaRJ 2026-06-17 15:59:31 +02:00
parent fb6d9e179c
commit 4d26fa88be

View file

@ -4,7 +4,7 @@ app = Flask(__name__)
@app.route("/")
def hello():
return "Hallo aus meiner Flask-App!"
return "Hallo aus meiner Flask-App! Willkommen in unseren Escape Room! Wuhuuuu es wird Gruselig"
if __name__ == "__main__":
app.run(host="0.0.0.0", port=9008) # 90 + Raumnummer (Wir: 08)