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 0732e72 commit 78a6cd6Copy full SHA for 78a6cd6
lib/api/axiosInstanceApi.ts
@@ -5,8 +5,7 @@ const axiosInstance = axios.create({
5
});
6
7
export const proxy = axios.create({
8
- baseURL: "http://localhost:3000",
9
- //"https://linkbrary-9-99.vercel.app"
+ baseURL: "https://linkbrary-9-99.vercel.app",
10
11
12
proxy.interceptors.response.use(
0 commit comments