fix(weather): Mixed Content 수정 + CI 환경변수 추가 #39
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/weather-mixed-content"
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
http://→https://변경 (Mixed Content 차단 해결)deploy.yml에VITE_DATA_GO_KR_API_KEY,VITE_WEATHER_API_KEY환경변수 추가DATA_GO_KR_API_KEY,AIS_API_KEY등록 완료변경 파일
frontend/src/tabs/weather/services/weatherApi.ts— http → https (2건)frontend/src/tabs/weather/services/khoaApi.ts— http → https.gitea/workflows/deploy.yml— 빌드 시 API 키 환경변수 전달