Nginx conf 프록시 설정 January 11, 2025 6 분 소요 Axios baseURL 설정 방식 프론트엔드 소스 코드에 baseURL를 설정하는 방식이다. export const apiClient = axios.create({ baseURL: 'http://localhost:8080', timeout: 5000, head...