Skip to content

Commit

Permalink
fix: axios 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Feb 7, 2024
1 parent 81253e0 commit 6be57d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/apis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export const axiosApi = (url: string | undefined) =>
headers: { withCredentials: true },
});

const baseUrl = process.env.NEXT_PUBLIC_BASE_URL;
const baseUrl = "";

export const defaultApi = axiosApi(baseUrl);

0 comments on commit 6be57d4

Please sign in to comment.