Skip to content

Commit

Permalink
chore(now): fix cors
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Dec 24, 2019
1 parent c0792f4 commit 067a044
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion now.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
{
"key": "Access-Control-Allow-Origin",
"value": "*"
}
},
{
"key": "Access-Control-Allow-Methods",
"value": "POST, GET, OPTIONS "
},
{ "key": "Access-Control-Allow-Headers", "value": "Content-Type" }
]
}
]
Expand Down

0 comments on commit 067a044

Please sign in to comment.