From 047f9a80d23cf69b086858542e5ce765237b6db3 Mon Sep 17 00:00:00 2001 From: Artsem Khatsko Date: Thu, 26 May 2022 22:34:08 +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 59ffd62..ac98c92 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_app11, you can update my code by update git code""" + return """Hello im test_app111, you can update my code by update git code""" except: return "400", 400