diff --git a/netlify/functions/nerdgraph/nerdgraph.ts b/netlify/functions/nerdgraph/nerdgraph.ts index f953076..c7f9369 100644 --- a/netlify/functions/nerdgraph/nerdgraph.ts +++ b/netlify/functions/nerdgraph/nerdgraph.ts @@ -19,7 +19,7 @@ export const handler: Handler = async (event: HandlerEvent, context: HandlerCont break; case 'OPTIONS': const headers = { - 'Access-Control-Allow-Origin': '*', + 'Access-Control-Allow-Origin': 'https://cameras.immersiveidea.com', 'Access-Control-Allow-Headers': 'content-type, api-key', 'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE' };