Skip to content

Commit 3c60a9d

Browse files
committed
Fix
1 parent f3e7ef0 commit 3c60a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/utils/axiosHelper.jsx

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 api = axios.create({
4-
baseURL: "https://awseb--AWSEB-kQns1ZCQCz5w-1733795718.ap-south-1.elb.amazonaws.com:8080",
4+
baseURL: "http://awseb--AWSEB-kQns1ZCQCz5w-1733795718.ap-south-1.elb.amazonaws.com:8080",
55
});
66

77
// Add JWT to headers automatically

0 commit comments

Comments
 (0)