shenggh hace 5 años
padre
commit
dcc5f66a79
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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!测试自动部署4"
+    return "this is my test project!测试自动部署5"
 
 
 if __name__ == "__main__":