서버오류 수정

This commit is contained in:
Macbook
2026-05-25 06:56:26 +09:00
parent 8b373b11e3
commit 4cac4ed555
3 changed files with 32 additions and 15 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ import type { OHLCVBar, Timeframe } from '../types';
// 개발: Vite proxy (/upbit-api) → https://api.upbit.com
// 프로덕션: nginx proxy (/upbit-api) → https://api.upbit.com
// 항상 동일한 상대 경로를 사용하므로 CORS 없이 동일 오리진으로 요청됨
const UPBIT_API = '/upbit-api/v1';
/** dev: Vite proxy, prod: nginx proxy — 항상 동일 오리진 상대 경로 */
export const UPBIT_API = '/upbit-api/v1';
export const UPBIT_MARKETS = [
'KRW-BTC', 'KRW-ETH', 'KRW-XRP', 'KRW-SOL', 'KRW-DOGE',