We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29cb18 commit 770f154Copy full SHA for 770f154
src/api/client.ts
@@ -1,7 +1,7 @@
1
import axios from "axios";
2
3
const client = axios.create({
4
- baseURL: process.env.VITE_APP_BASE_URL ,
+ baseURL: import.meta.env.VITE_APP_BASE_URL ,
5
headers: {
6
"Content-Type": "application/json",
7
},
0 commit comments