Skip to content

Commit

Permalink
update helpers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsangan committed Aug 5, 2024
1 parent b344c4a commit cac225d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function serveResult(request) {
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Method': 'GET, HEAD',
'CDN-Cache-Control': 'max-age=30',
'CDN-Cache-Control': 'public, max-age=43200, proxy-revalidate, immutable',
'Content-Type': 'application/json; charset=utf-8',
}
})
Expand Down

0 comments on commit cac225d

Please sign in to comment.