Skip to content

Commit f6ac792

Browse files
committed
fix: add env
1 parent e4c16ca commit f6ac792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import axios from "axios";
22

33
const client = axios.create({
4-
baseURL: "http://13.125.171.40:8080/",
4+
baseURL: process.env.VITE_APP_BASE_URL ,
55
headers: {
66
"Content-Type": "application/json",
77
},

0 commit comments

Comments
 (0)