testing git hook

This commit is contained in:
null 2024-02-05 09:08:12 +01:00
parent 711c248769
commit 775548443f
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -4,7 +4,7 @@ app = Flask(__name__)
@app.route('/')
def hello_world():
return 'Hello, World!'
return 'Hallo Welt!'
if __name__ == '__main__':
app.run(host='0.0.0.0', port=8080)