githook test

This commit is contained in:
null 2024-02-05 08:25:14 +01:00
parent 16590df484
commit 711c248769
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -7,5 +7,5 @@ def hello_world():
return 'Hello, World!' return 'Hello, World!'
if __name__ == '__main__': if __name__ == '__main__':
app.run(port=8080) app.run(host='0.0.0.0', port=8080)