Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
a07408dfdd | |||
a0f8db5561 | |||
780d1b346a | |||
93e892ab35 | |||
6c6919eaa0 | |||
a99d9be358 | |||
05b1737e06 | |||
623507579f |
4
app.py
4
app.py
@ -6,8 +6,10 @@ app = Flask(__name__)
|
||||
|
||||
@app.route('/test_app1', methods=['POST', 'GET'])
|
||||
def route1():
|
||||
a = 104
|
||||
b = 11
|
||||
try:
|
||||
return """234234234d2H3el3lo33 3im5 3te32334st33_332a3334p3p, y2o352u1 can2 up3d2ate4 my 4co3de by update git code12231"""
|
||||
return """4545This is automatically updating application """+ str(a+b)
|
||||
except:
|
||||
return "400", 400
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user