Skip to content

Commit 2dcad0c

Browse files
committed
chore: update baseurl
1 parent 4a870e8 commit 2dcad0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/api/axiosConfig.js

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

33
const instance = axios.create({
4-
baseURL: "http://localhost:8080",
4+
baseURL: "https://habitflow-wyyu.onrender.com/",
55
});
66

77
instance.interceptors.request.use(
@@ -17,7 +17,7 @@ instance.interceptors.request.use(
1717
},
1818
(error) => {
1919
return Promise.reject(error);
20-
}
20+
},
2121
);
2222

2323
export default instance;

0 commit comments

Comments
 (0)