Skip to content

Commit 106f0b0

Browse files
committed
chore: BASE URL 수정
1 parent 55cdcd5 commit 106f0b0

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 = `${import.meta.env.VITE_API_URL}/api`;
3+
const API_BASE_URL = `${import.meta.env.VITE_API_URL}`;
44

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

0 commit comments

Comments
 (0)