Skip to content

Commit 770f154

Browse files
committed
feat: add env
1 parent f29cb18 commit 770f154

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: process.env.VITE_APP_BASE_URL ,
4+
baseURL: import.meta.env.VITE_APP_BASE_URL ,
55
headers: {
66
"Content-Type": "application/json",
77
},

0 commit comments

Comments
 (0)