From 4dc489a702f07c1383bed131cea17705e20bfb17 Mon Sep 17 00:00:00 2001 From: kaffa Date: Fri, 27 Mar 2026 16:14:56 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20anvil.it.com=20=E2=86=92=20inouter.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/api/pricing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', };