Commit bdc1d8ef by zhengtianbao

test

parent 27368c6d
Pipeline #12 passed with stage
in 16 seconds
...@@ -3,7 +3,7 @@ app = Flask(__name__) ...@@ -3,7 +3,7 @@ app = Flask(__name__)
@app.route("/") @app.route("/")
def hello(): def hello():
return "Hello World from Flask" return "Hello World!!!!!!"
if __name__ == "__main__": if __name__ == "__main__":
# Only for debugging while developing # Only for debugging while developing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment