Skip to content

Commit 6d0ca8b

Browse files
committed
Chore: 프록시 서버 baseURL 수정
1 parent fb54492 commit 6d0ca8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/api/axiosInstanceApi.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ const axiosInstance = axios.create({
55
});
66

77
export const proxy = axios.create({
8-
//baseURL: "https://linkbrary-9-99.vercel.app",
9-
baseURL: "http://localhost:3000",
8+
baseURL: "https://linkbrary-9-99.vercel.app",
109
});
1110

1211
proxy.interceptors.response.use(

0 commit comments

Comments
 (0)