浏览代码

fix(source): fix json value for http pull

Signed-off-by: Jianxiang Ran <rxan_embedded@163.com>

fix(source): fix json value for http pull

Signed-off-by: Jianxiang Ran <rxan_embedded@163.com>
Signed-off-by: Jiyong Huang <huangjy@emqx.io>
Jianxiang Ran 1 年之前
父节点
当前提交
af1fcb2ac9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      etc/sources/httppull.json

+ 1 - 1
etc/sources/httppull.json

@@ -188,7 +188,7 @@
 			}
 		}, {
 			"name": "headers",
-			"default": {"Accept": "application/json"},
+			"default": {},
 			"optional": true,
 			"control": "list",
 			"type": "object",