From 35e11f4b7be806494ccc4c0e6dd68c80104b5a03 Mon Sep 17 00:00:00 2001 From: kaffa Date: Fri, 27 Mar 2026 16:17:25 +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 --- src/constants.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index d9eb8f5..dd523fa 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -180,12 +180,12 @@ export type InstanceFamily = typeof INSTANCE_FAMILIES[number]; */ export const CORS = { /** Default CORS origin - explicit production origin */ - DEFAULT_ORIGIN: 'https://anvil.it.com', + DEFAULT_ORIGIN: 'https://inouter.com', /** Allowed production origins for CORS */ ALLOWED_ORIGINS: [ - 'https://anvil.it.com', - 'https://cloud.anvil.it.com', - 'https://hosting.anvil.it.com', + 'https://inouter.com', + 'https://cloud.inouter.com', + 'https://hosting.inouter.com', ] as string[], /** Development origins - only used when ENVIRONMENT === 'development' */ DEVELOPMENT_ORIGINS: [