Skip to content

Commit

Permalink
refactor: withCredentials 옵션 잠시 보류
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 committed Jan 17, 2024
1 parent 4b3e0f9 commit f2fca6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/apis/new/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const token = localStorage.getItem('userToken');
const axiosInstance = axios.create({
baseURL: BASE_URL,
headers: token ? { Authorization: `Bearer ${token}` } : {},
// withCredentials: true,
});

let refreshResponse: Promise<Response> | null = null;
Expand Down

0 comments on commit f2fca6e

Please sign in to comment.