Commit 15a6523a by 管理员

Update main.py

parent 4abe03e5
Pipeline #41 failed with stage
......@@ -3,7 +3,7 @@ app = Flask(__name__)
@app.route("/")
def hello():
return "Hello flask!!!!!!"
return "123Hello flask!!!!!!"
if __name__ == "__main__":
# 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