shenggh il y a 5 ans
Parent
commit
fb81ff7e26
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      views.py

+ 1 - 1
views.py

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