Skip to content

Commit

Permalink
update helpers.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsangan committed Aug 6, 2024
1 parent 4af6afe commit 07daf44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default async function serveResult(request: Request): Promise<Response> {
'Age': 0,
'CF-Cache-Status': 'MISS',
'Cache-Control': 'max-age=40, proxy-revalidate, immutable',
'Content-Length': Number(JSON.stringify(result).length),
'Content-Type': 'application/json; charset=utf-8',
'X-Powered-By': '@ihsangan/valid'
}
Expand Down

0 comments on commit 07daf44

Please sign in to comment.