diff --git a/functions/api/pricing.ts b/functions/api/pricing.ts index 287b02e..ea406a2 100644 --- a/functions/api/pricing.ts +++ b/functions/api/pricing.ts @@ -70,7 +70,7 @@ async function fetchExchangeRate(): Promise<{ rate: number; source: string }> { } const CORS_HEADERS = { - 'Access-Control-Allow-Origin': 'https://hosting.anvil.it.com', + 'Access-Control-Allow-Origin': 'https://hosting.inouter.com', 'Access-Control-Allow-Methods': 'GET, OPTIONS', 'Access-Control-Allow-Headers': 'Content-Type', };