wing-ops/frontend/src/tabs
htlee 5e4044d461 fix: 하드코딩 URL 제거 + 환경변수 전환
- App.tsx: 중복 API_BASE_URL 정의 → @common/services/api import
- MapView.tsx: GeoServer localhost:8080 → VITE_GEOSERVER_URL 환경변수
- ShipInsurance.tsx: 해운조합 API URL → VITE_HAEWOON_API_URL 환경변수
- server.ts CORS: 운영 도메인 → FRONTEND_URL 환경변수 통합
- server.ts CSP: localhost 허용을 개발 환경(NODE_ENV≠production)에만 적용

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 01:36:07 +09:00
..
admin feat(auth): RBAC 오퍼레이션 기반 2차원 권한 시스템 구현 2026-02-28 17:55:06 +09:00
aerial feat(phase4): Board/HNS/Prediction/Aerial/Rescue Mock → API 전환 2026-03-01 01:17:10 +09:00
assets fix: 하드코딩 URL 제거 + 환경변수 전환 2026-03-01 01:36:07 +09:00
board feat(phase4): Board/HNS/Prediction/Aerial/Rescue Mock → API 전환 2026-03-01 01:17:10 +09:00
hns feat(phase4): Board/HNS/Prediction/Aerial/Rescue Mock → API 전환 2026-03-01 01:17:10 +09:00
incidents fix(frontend): api named export import 수정 (Vite 빌드 오류) 2026-02-28 22:26:55 +09:00
prediction fix(prediction): 시뮬레이션 API를 localhost 대신 api 인스턴스 사용 2026-03-01 01:31:58 +09:00
reports feat(reports): 보고서 탭 localStorage → DB/API 전환 2026-02-28 20:59:11 +09:00
rescue feat(phase4): Board/HNS/Prediction/Aerial/Rescue Mock → API 전환 2026-03-01 01:17:10 +09:00
scat feat(scat): SCAT Mock → API 전환 + PostGIS GEOMETRY 일괄 적용 2026-02-28 23:26:51 +09:00
weather fix(weather): Mixed Content 수정 + CI 환경변수 추가 2026-02-28 22:46:00 +09:00