chore: anvil.it.com → inouter.com
Some checks failed
TypeScript CI / build (push) Has been cancelled

This commit is contained in:
2026-03-27 16:18:48 +00:00
parent a611a5da99
commit 926fe55053

View File

@@ -174,14 +174,14 @@ pnpm pages:deploy
|--------|-----| |--------|-----|
| Worker API | https://chat-worker.kappa-d8e.workers.dev | | Worker API | https://chat-worker.kappa-d8e.workers.dev |
| Frontend | https://chat-frontend-4wf.pages.dev | | Frontend | https://chat-frontend-4wf.pages.dev |
| Custom Domain | https://chat.anvil.it.com | | Custom Domain | https://chat.inouter.com |
## 보안 구현 상세 ## 보안 구현 상세
### CORS 설정 ### CORS 설정
```typescript ```typescript
const ALLOWED_ORIGINS = [ const ALLOWED_ORIGINS = [
'https://chat.anvil.it.com', 'https://chat.inouter.com',
'https://chat-frontend-4wf.pages.dev', 'https://chat-frontend-4wf.pages.dev',
'http://localhost:5173', 'http://localhost:5173',
'http://localhost:3000', 'http://localhost:3000',