shenggh 5 lat temu
rodzic
commit
d6318e9996
1 zmienionych plików z 1 dodań i 1 usunięć
  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!测试自动部署3"
+    return "this is my test project!测试自动部署4"
 
 
 if __name__ == "__main__":