浏览代码

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__':