From 667c19d6e372ac8ff2b3c53bfd8f0bd605aa8bdc Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Thu, 18 Jun 2020 13:16:37 +0000 Subject: [PATCH] Attempt to allow headers --- vercel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 96586cdd..cacdf952 100644 --- a/vercel.json +++ b/vercel.json @@ -8,7 +8,8 @@ "source": "/api/(.+)", "headers": [ { "key": "Access-Control-Allow-Origin", "value": "*" }, - { "key": "Access-Control-Allow-Methods", "value": "POST, OPTIONS" } + { "key": "Access-Control-Allow-Methods", "value": "POST, OPTIONS" }, + { "key": "Access-Control-Allow-Headers", "value": "Content-Type" } ] } ]