Skip to content

Commit

Permalink
refactor: base url 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
se0kcess committed Dec 4, 2024
1 parent 508c32c commit 883e943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class APIClient {

constructor() {
this.client = axios.create({
baseURL: process.env.CLIENT_URL,
baseURL: import.meta.env.VITE_API_URL,
headers: {
'Content-Type': 'application/json',
},
Expand Down

0 comments on commit 883e943

Please sign in to comment.