Compare commits

...

2 Commits

Author SHA1 Message Date
ByungCheol f0932cbc0c Merge branch 'dev' into main
Deploy / deploy (push) Failing after 13m2s
CI / build (push) Failing after 14m15s
2026-05-31 20:26:00 +09:00
ByungCheol 3cc3328b23 fix: 운영 웹 API를 상대경로(/api)로 교정 (localhost 박힘 문제)
CI / build (push) Failing after 10m31s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-31 20:25:57 +09:00
+2 -2
View File
@@ -1,2 +1,2 @@
# 운영 환경: 실제 백엔드 주소로 교체하세요 # 운영 웹 빌드(`npm run build`) — Nginx 가 같은 도메인의 /api 를 백엔드(8080)로 프록시하므로 상대경로 사용
VITE_API_BASE_URL=http://localhost:8080/api VITE_API_BASE_URL=/api