소스 검색

first commit

xubo 1 년 전
부모
커밋
3a37ecb295
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      alibabacloud_sample/file_utils.py

+ 2 - 1
alibabacloud_sample/file_utils.py

@@ -27,4 +27,5 @@ def hello():
 
 
 if __name__ == '__main__':
-    app.run(host='0.0.0.0', port=8000, debug=True)
+    # app.run(host='0.0.0.0', port=8000, debug=True)
+    app.run(port=8000, debug=True)