Skip to content

Commit

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

0 comments on commit 440fd20

Please sign in to comment.