Skip to content

Commit 55cdcd5

Browse files
committed
chore: HTTP 요청 URL 수정
1 parent 0c45af4 commit 55cdcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// API 유틸리티 함수들
22

3-
const API_BASE_URL = '/api';
3+
const API_BASE_URL = `${import.meta.env.VITE_API_URL}/api`;
44

55
// 기본 fetch 래퍼
66
async function apiRequest<T>(

0 commit comments

Comments
 (0)