소스 검색

first commit

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

+ 3 - 1
alibabacloud_sample/file_utils.py

@@ -21,7 +21,9 @@ def upload_file():
 
 @app.route('/', methods=['GET'])
 def hello():
-    print('hello world')
+    return {
+        'message': 'Hello World!'
+    }
 
 
 if __name__ == '__main__':