Skip to content

Commit

Permalink
Add preflight cache to now configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
juusaw committed Mar 2, 2019
1 parent b237b3f commit 809b691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion now.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"headers": {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
"Access-Control-Allow-Headers": "X-Requested-With, Content-Type, Accept"
"Access-Control-Allow-Headers": "X-Requested-With, Content-Type, Accept",
"Access-Control-Max-Age": "86400"
}
}]
}

0 comments on commit 809b691

Please sign in to comment.