From e4ef4dd1632d25399a2bcd82ae2e86422b73df7a Mon Sep 17 00:00:00 2001 From: Artsem Khatsko Date: Fri, 27 May 2022 15:29:43 +0200 Subject: [PATCH] Update 'app.py' --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7154bcf..4504e08 100644 --- a/app.py +++ b/app.py @@ -7,7 +7,7 @@ app = Flask(__name__) @app.route('/test_app1', methods=['POST', 'GET']) def route1(): try: - return """Hello im test_app122223343, you can update my code by update git code""" + return """1Hello im test_app122223343, you can update my code by update git code""" except: return "400", 400