Update 'app.py'
This commit is contained in:
parent
a0f8db5561
commit
a07408dfdd
4
app.py
4
app.py
@ -6,10 +6,10 @@ app = Flask(__name__)
|
||||
|
||||
@app.route('/test_app1', methods=['POST', 'GET'])
|
||||
def route1():
|
||||
a = 10
|
||||
a = 104
|
||||
b = 11
|
||||
try:
|
||||
return """This is automatically updating application """+ str(a+b)
|
||||
return """4545This is automatically updating application """+ str(a+b)
|
||||
except:
|
||||
return "400", 400
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user