Skip to content

Commit

Permalink
fix: axiosInstance 코드수정 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenS3same committed Dec 5, 2024
1 parent e8c9753 commit 55cb929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/axiosInstance.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios';

const axiosInstance = axios.create({
baseURL: 'http://15.164.5.135:8080', // API URL
baseURL: import.meta.env.VITE_API_URL, // API URL
timeout: 5000, // 요청 제한 시간 (ms)
headers: {
'Content-Type': 'application/json', // JSON 형식 사용
Expand Down

0 comments on commit 55cb929

Please sign in to comment.