Skip to content

Commit

Permalink
reset: axios 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Feb 5, 2024
1 parent c441186 commit 02e94e3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/src/apis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ import axios from "axios";
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 02e94e3

Please sign in to comment.