Skip to content

Commit 5f4634d

Browse files
committed
Fix: proxy url 배포 url로 수정
1 parent 0922a2e commit 5f4634d

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)