Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlee85 committed Aug 16, 2023
1 parent 873f247 commit a1129f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function handleHttpRequest(request, context) {
// message: `Total number of records: ${totalCount}`,
// });

const response = new Response('foo', {
const response = new Response(JSON.stringify(context.geo, null, 2), {
headers: {
'content-type': 'application/json; charset=utf-8',
},
Expand Down

0 comments on commit a1129f9

Please sign in to comment.