Update 'app.py'
This commit is contained in:
parent
ccc5b767b9
commit
047f9a80d2
2
app.py
2
app.py
@ -7,7 +7,7 @@ app = Flask(__name__)
|
||||
@app.route('/test_app1', methods=['POST', 'GET'])
|
||||
def route1():
|
||||
try:
|
||||
return """Hello im test_app11, you can update my code by update git code"""
|
||||
return """Hello im test_app111, you can update my code by update git code"""
|
||||
except:
|
||||
return "400", 400
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user