소스 검색

Merge branch 'master' of http://git.shenggh.top/shenggh/project

shenggh 5 년 전
부모
커밋
bb0ef0ff8b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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!测试自动部署5"
+    return "this is my test project!测试自动部署6"
 
 
 if __name__ == "__main__":