From 0a821920436885b853a55c1febcade2c2f5ab142 Mon Sep 17 00:00:00 2001 From: Artsem Khatsko Date: Fri, 27 May 2022 15:17:59 +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 c31689c..54d00db 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_app13331, you can update my code by update git code""" + return """Hello im test_app13331, you can update my code by update git code123""" except: return "400", 400