Skip to content

Commit a63ed10

Browse files
Merge pull request #6 from zuplo-samples/zup-adrian-10-16-amber-coyote
Fix content type
2 parents c75002f + c1e36e3 commit a63ed10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/apply.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,8 @@ export default async function (request: ZuploRequest, context: ZuploContext) {
5656
return new Response(JSON.stringify(patchedJson), {
5757
status: 200,
5858
statusText: "OK",
59+
headers: {
60+
"Content-Type": "application/json"
61+
}
5962
});
6063
}

0 commit comments

Comments
 (0)