api 경로 수정
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import axios from 'axios';
|
||||
|
||||
// 환경 변수에서 API URL을 가져오거나 기본값 사용
|
||||
const API_URL = import.meta.env.VITE_API_URL || 'http://localhost:3030';
|
||||
// const API_URL = import.meta.env.VITE_API_URL || 'http://localhost:3030';
|
||||
const API_URL = '';
|
||||
|
||||
// axios 인스턴스 생성
|
||||
const apiClient = axios.create({
|
||||
|
||||
Reference in New Issue
Block a user