shenggh 5 anni fa
parent
commit
fb81ff7e26
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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__":