Update 'app.py'

This commit is contained in:
Artsem Khatsko 2022-05-27 18:21:54 +02:00
parent 623507579f
commit 05b1737e06

2
app.py
View File

@ -7,7 +7,7 @@ app = Flask(__name__)
@app.route('/test_app1', methods=['POST', 'GET'])
def route1():
try:
return """This is automatically updating application"""
return """This is automatically updating application 123"""
except:
return "400", 400