Änderung Begrüßung
This commit is contained in:
parent
a73317a287
commit
1de9e4eab1
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -5,7 +5,7 @@ app = Flask(__name__)
|
||||||
|
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
def hello():
|
def hello():
|
||||||
return "Hallo aus meiner Flask-App!"
|
return "Glück Auf aus meinem Escape-Room!"
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue