diff --git a/src/index.js b/src/index.js index 9e83309..ece1bf5 100644 --- a/src/index.js +++ b/src/index.js @@ -96,7 +96,7 @@ async function handleRequest(request) { phoneNumber: phone }; - return new Response(JSON.stringify(jsonResponse), { + return new Response(JSON.stringify(jsonResponse, null, 2), { headers: { 'content-type': 'application/json;charset=UTF-8' }, }); }