Begruessungstext geaendert
This commit is contained in:
parent
f537b60c1d
commit
2a79e90168
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -4,7 +4,7 @@ app = Flask(__name__)
|
|||
|
||||
@app.route("/")
|
||||
def hello():
|
||||
return "Hallo aus meiner Flask-App!"
|
||||
return "Willkommen in unserem Escape Room!"
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host="0.0.0.0", port=9009)
|
||||
|
|
|
|||
Loading…
Reference in a new issue