Skip to content

Commit 78a6cd6

Browse files
committed
Chore: 프록시 서버 BaseURL 수정
1 parent 0732e72 commit 78a6cd6

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: "http://localhost:3000",
9-
//"https://linkbrary-9-99.vercel.app"
8+
baseURL: "https://linkbrary-9-99.vercel.app",
109
});
1110

1211
proxy.interceptors.response.use(

0 commit comments

Comments
 (0)