Skip to content

Commit

Permalink
chore: axios 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Feb 5, 2024
1 parent 0338532 commit db8e757
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/apis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ export const axiosApi = (url: string | undefined) =>
axios.create({
baseURL: url,
withCredentials: true,
headers: {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Credentials": "true",
},
});

const baseUrl = process.env.NEXT_PUBLIC_BASE_URL;
Expand Down

0 comments on commit db8e757

Please sign in to comment.