From 6559f420be633e6fc9fcc571f4cb527aa7f38607 Mon Sep 17 00:00:00 2001 From: Xanders25 Date: Mon, 16 Dec 2024 21:39:14 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20app.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 5a98e02..74c32f9 100644 --- a/app.py +++ b/app.py @@ -4,7 +4,7 @@ app = Flask(__name__) @app.route('/') def hello_world(): - return 'Hello, World! TEST' + return 'Hello, World! TEST1' if __name__ == '__main__': app.run(host='0.0.0.0', port=5000)