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