From bb214845908f2bd8aef9767a33a839ca366d0351 Mon Sep 17 00:00:00 2001 From: kaffa Date: Fri, 27 Mar 2026 16:17:13 +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 --- REFACTORING_SUMMARY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REFACTORING_SUMMARY.md b/REFACTORING_SUMMARY.md index 085fc76..61c8920 100644 --- a/REFACTORING_SUMMARY.md +++ b/REFACTORING_SUMMARY.md @@ -76,8 +76,8 @@ createErrorResponse(error: ValidationError, statusCode?: number): Response */ export const CORS = { ALLOWED_ORIGINS: [ - 'https://anvil.it.com', - 'https://cloud.anvil.it.com', + 'https://inouter.com', + 'https://cloud.inouter.com', 'http://localhost:3000', // DEVELOPMENT ONLY - exclude in production ] as string[], // ...