Skip to content

Commit ff5259d

Browse files
MohanMohan
authored andcommitted
fix
1 parent bec53fe commit ff5259d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/utils/axiosInstance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import axios from "axios";
22

3-
const baseURL = import.meta.env.MODE == "development" ? "http://localhost:8000/api" : "http://16.170.168.114:8080/api"
3+
const baseURL = import.meta.env.MODE == "development" ? "http://localhost:8000/api" : "http://16.16.76.79:8080/api"
44
console.log(import.meta.env)
55
console.log(baseURL)
66
export const axiosInstance = axios.create({baseURL, withCredentials: true})

0 commit comments

Comments
 (0)