diff --git a/netlify/functions/nerdgraph/nerdgraph.ts b/netlify/functions/nerdgraph/nerdgraph.ts index c5243b1..f953076 100644 --- a/netlify/functions/nerdgraph/nerdgraph.ts +++ b/netlify/functions/nerdgraph/nerdgraph.ts @@ -20,7 +20,7 @@ export const handler: Handler = async (event: HandlerEvent, context: HandlerCont case 'OPTIONS': const headers = { 'Access-Control-Allow-Origin': '*', - 'Access-Control-Allow-Headers': 'Content-Type, Api-Key', + 'Access-Control-Allow-Headers': 'content-type, api-key', 'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE' }; return {