Browse Source

Merge branch 'master' of http://47.101.46.124:3000/shenggh/project

shenggh 5 years ago
parent
commit
b09f316a9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      views.py

+ 1 - 1
views.py

@@ -6,7 +6,7 @@ app = Flask(__name__)
 
 
 @app.route("/")
 @app.route("/")
 def index():
 def index():
-    return "this is my test project!测试自动部署4"
+    return "this is my test project!测试自动部署5"
 
 
 
 
 if __name__ == "__main__":
 if __name__ == "__main__":