From d1afe592106344618e0a82ce8d11c56355da5e51 Mon Sep 17 00:00:00 2001 From: Artsem Khatsko Date: Fri, 27 May 2022 16:19:01 +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 f2a8693..ddbf002 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 te333st3_app, y2o2u1 can upd2ate4 my code by update git code1231""" + return """Hello im te33st3_app, y2o2u1 can upd2ate4 my code by update git code1231""" except: return "400", 400