From 3c4cb18d8a95000fa11cf52d51ba728b7d4cf30f Mon Sep 17 00:00:00 2001 From: Artsem Khatsko Date: Fri, 27 May 2022 16:16:32 +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 cbbde35..7819c56 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 te33st3_app13454232331, y2ou1 can upd2ate4 my code by update git code1231""" + return """Hello im te33st3_app13454232331, y2o2u1 can upd2ate4 my code by update git code1231""" except: return "400", 400