Skip to content

Commit 42fb2d2

Browse files
committed
[Fix] base URL 재수정
1 parent 8e4f278 commit 42fb2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/axiosInstance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import axios from "axios";
22

33
const axiosInstance = axios.create({
4-
baseURL: "https://sp-taskify-api.vercel.app/13-4",
4+
baseURL: "https://sp-taskify-api.vercel.app",
55
});
66

77
// 👉 요청 보낼 때마다 토큰 자동 추가

0 commit comments

Comments
 (0)