Browse Source

first commit

xubo 1 năm trước cách đây
mục cha
commit
736249b1fb
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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__':