소스 검색

修改執行port

Mike 3 년 전
부모
커밋
e2c92d32db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      run.py

+ 1 - 1
run.py

@@ -5,4 +5,4 @@ app = create_app()
 
 
 if __name__ == '__main__':
-    app.run(host='0.0.0.0', debug=True, port=9000)
+    app.run(host='0.0.0.0', debug=True, port=9001)