diff --git a/worker/src/index.ts b/worker/src/index.ts index b07d156..372deec 100644 --- a/worker/src/index.ts +++ b/worker/src/index.ts @@ -10,7 +10,7 @@ export interface Env { // Allowed origins for CORS const ALLOWED_ORIGINS = [ - 'https://chat.anvil.it.com', + 'https://chat.inouter.com', 'https://chat-frontend-4wf.pages.dev', 'http://localhost:5173', // Vite dev server 'http://localhost:3000',