Skip to content

Commit 09d63a8

Browse files
committed
Chore: 프록시 서버 baseURL 변경
1 parent e435956 commit 09d63a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/axiosInstanceApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const axiosInstance = axios.create({
66

77
export const proxy = axios.create({
88
// 배포 이후에는 배포된 URL로 변경해야 함.gi
9-
baseURL: "http://localhost:3000",
9+
baseURL: "https://linkbrary-9-99.vercel.app",
1010
});
1111

1212
proxy.interceptors.response.use(

0 commit comments

Comments
 (0)