Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsangan committed Aug 6, 2024
1 parent 168c4bf commit 29a6b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default async function serveResult(request: Request): Promise<Response> {
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'GET, HEAD',
'Cache-Control': 'public, max-age=43200, proxy-revalidate, immutable',
'Cache-Control': 'max-age=40, proxy-revalidate, immutable',
'Content-Type': 'application/json; charset=utf-8',
}
});
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "validator"
name = "validev"
main = "./src/index.ts"
workers_dev = true
compatibility_date = "2022-01-01"
Expand Down

0 comments on commit 29a6b6f

Please sign in to comment.