Skip to content

Commit

Permalink
feat: add env
Browse files Browse the repository at this point in the history
  • Loading branch information
Geun-Oh committed Apr 6, 2024
1 parent f29cb18 commit 770f154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/client.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from "axios";

const client = axios.create({
baseURL: process.env.VITE_APP_BASE_URL ,
baseURL: import.meta.env.VITE_APP_BASE_URL ,
headers: {
"Content-Type": "application/json",
},
Expand Down

0 comments on commit 770f154

Please sign in to comment.