From 926fe55053ba90d61d735f4937d6d2d4037d54bf Mon Sep 17 00:00:00 2001 From: kaffa Date: Fri, 27 Mar 2026 16:18:48 +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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 783b560..4e0905b 100644 --- a/README.md +++ b/README.md @@ -174,14 +174,14 @@ pnpm pages:deploy |--------|-----| | Worker API | https://chat-worker.kappa-d8e.workers.dev | | Frontend | https://chat-frontend-4wf.pages.dev | -| Custom Domain | https://chat.anvil.it.com | +| Custom Domain | https://chat.inouter.com | ## 보안 구현 상세 ### CORS 설정 ```typescript const ALLOWED_ORIGINS = [ - 'https://chat.anvil.it.com', + 'https://chat.inouter.com', 'https://chat-frontend-4wf.pages.dev', 'http://localhost:5173', 'http://localhost:3000',