We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4f278 commit 42fb2d2Copy full SHA for 42fb2d2
src/api/axiosInstance.ts
@@ -1,7 +1,7 @@
1
import axios from "axios";
2
3
const axiosInstance = axios.create({
4
- baseURL: "https://sp-taskify-api.vercel.app/13-4",
+ baseURL: "https://sp-taskify-api.vercel.app",
5
});
6
7
// 👉 요청 보낼 때마다 토큰 자동 추가
0 commit comments