Skip to content

Commit 1024a70

Browse files
author
Julia Huang
committed
Fix Content Type of binary format
Signed-off-by: Julia Huang <[email protected]>
1 parent a770b19 commit 1024a70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/bindings/http/binary_0_1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function HTTPBinary(configuration){
44
this.config = configuration;
55

66
this.config["headers"] = {
7-
"Content-Type":"application/cloudevents+json; charset=utf-8"
7+
"Content-Type":"application/json; charset=utf-8"
88
};
99
}
1010

lib/bindings/http/binary_0_2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function HTTPBinary(configuration){
55
this.config = configuration;
66

77
this.config["headers"] = {
8-
"Content-Type":"application/cloudevents+json; charset=utf-8"
8+
"Content-Type":"application/json; charset=utf-8"
99
};
1010
}
1111

0 commit comments

Comments
 (0)