shenggh il y a 5 ans
Parent
commit
cff19b5ede
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!测试自动部署7"
+    return "this is my test project!测试自动部署7!测试成功^__^"
 
 
 if __name__ == "__main__":