escaperoommessage
This commit is contained in:
parent
f60df5ccfc
commit
faff918774
1 changed files with 2 additions and 2 deletions
4
app.py
4
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=9006) # 90 + Raumnummer
|
||||
app.run(host="0.0.0.0", port=9006) # 90 + Raumnummer
|
||||
|
|
|
|||
Loading…
Reference in a new issue