Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsangan committed Aug 10, 2024
1 parent 1d8ac20 commit dffe302
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 @@ -25,7 +25,7 @@ export default async function serveResult(request: Request): Promise<Response> {
'Access-Control-Expose-Headers': 'Age, X-Powered-By, X-Response-Time',
'Age': 0,
'CF-Cache-Status': 'MISS',
'Cache-Control': 'public, max-age=30, s-maxage=43200, proxy-revalidate, immutable',
'Cache-Control': 'public, max-age=30, s-maxage=120, proxy-revalidate, immutable',
'Content-Type': 'application/json; charset=utf-8',
'X-Powered-By': '@ihsangan/valid'
}
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"

0 comments on commit dffe302

Please sign in to comment.