Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 5321dc9

Browse files
committed
Tue May 7 17:14:44 PDT 2024
1 parent 3f3fe94 commit 5321dc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/server/api/acknowledgments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineCachedEventHandler(async () => {
77
status: res.status,
88
statusText: res.statusText,
99
headers: {
10-
'Content-Type': 'text/plain'
10+
'Content-Type': 'text/html; charset=utf-8'
1111
}
1212
})
1313
}, {

0 commit comments

Comments
 (0)