Skip to content

Commit

Permalink
fix: axios header 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Feb 7, 2024
1 parent 89d00a8 commit bcbb234
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 @@ -3,7 +3,7 @@ import axios from "axios";
export const axiosApi = (url: string | undefined) =>
axios.create({
baseURL: url,
withCredentials: true,
headers: { withCredentials: true },
});

const baseUrl = process.env.NEXT_PUBLIC_BASE_URL;
Expand Down

0 comments on commit bcbb234

Please sign in to comment.