testing git hook on server

This commit is contained in:
null 2024-02-05 10:28:54 +01:00
parent 775548443f
commit 025a1c8437
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 'Hallo Welt!'
return 'Hello World!'
if __name__ == '__main__':
app.run(host='0.0.0.0', port=8080)