Begruessungstext geaendert
This commit is contained in:
parent
fb6d9e179c
commit
4d26fa88be
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ app = Flask(__name__)
|
||||||
|
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
def hello():
|
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__":
|
if __name__ == "__main__":
|
||||||
app.run(host="0.0.0.0", port=9008) # 90 + Raumnummer (Wir: 08)
|
app.run(host="0.0.0.0", port=9008) # 90 + Raumnummer (Wir: 08)
|
||||||
Loading…
Reference in a new issue