diff --git a/worker/src/config.ts b/worker/src/config.ts index 2af2686..5a48e02 100644 --- a/worker/src/config.ts +++ b/worker/src/config.ts @@ -45,7 +45,7 @@ export const CORS_CONFIG = { allowedOrigins: [ 'http://localhost:5173', 'http://localhost:3000', - 'https://chat.anvil.it.com', + 'https://chat.inouter.com', 'https://anvil-chat.pages.dev', ], allowedMethods: 'GET, POST, OPTIONS',