Обновить app.py

This commit is contained in:
Xanders25 2024-12-16 21:35:54 +02:00
parent 6a9b2032c1
commit 37802b9042
1 changed files with 10 additions and 10 deletions

2
app.py
View File

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