Обновить app.py

This commit is contained in:
Xanders25 2024-12-25 17:40:20 +02:00
parent d8f9aae9f8
commit 57e2b423e8
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! TEST1'
return 'Hello, World! TEST123233213213 \n ewewewe'
if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000)