feat(phase4): SCAT~Rescue 6개 탭 Mock → API 전환 + 하드코딩 제거 #45
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/scat-api-conversion"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Phase 4 Mock → API 전환 (6개 탭)
버그 수정
fetch('http://localhost:3001/...')→api.post()CORS 해결하드코딩 URL 제거
localhost:8080→VITE_GEOSERVER_URL환경변수VITE_HAEWOON_API_URL환경변수FRONTEND_URL환경변수 통합localhost허용을 개발환경 전용으로 분리변경 범위
backtrackMockData.ts삭제Test plan
🤖 Generated with Claude Code
fetch('http://localhost:3001/...') → api.post('/simulation/run', ...) 배포 환경에서 CORS loopback 차단 문제 해결 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>