---
task_id: task-2111
type: checklist
scope: task
created: 2026-04-23
updated: 2026-04-23
status: completed
---

# 체크리스트: task-2111

**task**: task-2111

---

## Phase 1 — 진단 확인

- [x] A. api.insuro.biz 접근 가능 확인 (curl 테스트 → {"detail":"Not Found"})
- [x] B. .env에 VITE_INSURO_API_URL 미설정 확인
- [x] C. src/config/api.ts fallback URL 확인 (Tailscale URL)

## Phase 2 — 수정 및 빌드

- [x] A. .env에 VITE_INSURO_API_URL=https://api.insuro.biz 추가
- [x] B. server/main.py CORS에 insuro.biz, www.insuro.biz 추가
- [x] C. CrmMessenger/CopilotPanel/SummaryTab VITE_API_URL→INSURO_API_BASE 통일
- [x] D. npm run build 성공 확인 (7.76s)
- [x] E. 빌드 결과에 api.insuro.biz 포함, Tailscale URL 미포함 확인
- [x] F. git commit (2 commits)

## 검증

- [x] 빌드 결과 dist/ 생성 확인
- [x] L1 스모크테스트 완료 (curl api.insuro.biz/api/status → OK)
- [x] QC 검증 완료
- [x] 최종 보고
