Skip to content

Commit fb6c6c4

Browse files
committed
fix: 프록시서버 baseURL revert 재원복
1 parent f6d89e6 commit fb6c6c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/api/axiosInstanceApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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",
9+
// baseURL: "http://localhost:3000",
1010
});
1111

1212
proxy.interceptors.response.use(

0 commit comments

Comments
 (0)