Commit 4abe03e5 by zhengtianbao

test hello

parent 177900d7
Pipeline #14 passed with stage
in 15 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!!!!!!" return "Hello flask!!!!!!"
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