Skip to content

Commit 7b38e75

Browse files
committed
Update content-type to follow specification
1 parent 8dad5e3 commit 7b38e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/http-message-sig/src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const HTTP_MESSAGE_SIGNATURES_DIRECTORY =
22
"/.well-known/http-message-signatures-directory";
33

44
export enum MediaType {
5-
HTTP_MESSAGE_SIGNATURES_DIRECTORY = "application/http-message-signatures-directory",
5+
HTTP_MESSAGE_SIGNATURES_DIRECTORY = "application/http-message-signatures-directory+json",
66
}
77

88
export enum Tag {

0 commit comments

Comments
 (0)