We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e7ef0 commit 3c60a9dCopy full SHA for 3c60a9d
1 file changed
frontend/src/utils/axiosHelper.jsx
@@ -1,7 +1,7 @@
1
import axios from "axios";
2
3
const api = axios.create({
4
- baseURL: "https://awseb--AWSEB-kQns1ZCQCz5w-1733795718.ap-south-1.elb.amazonaws.com:8080",
+ baseURL: "http://awseb--AWSEB-kQns1ZCQCz5w-1733795718.ap-south-1.elb.amazonaws.com:8080",
5
});
6
7
// Add JWT to headers automatically
0 commit comments