Skip to content

Commit

Permalink
Merge pull request #63 from teamViNO/feature-059
Browse files Browse the repository at this point in the history
feature-059: 소셜 로그인 임시 조치
  • Loading branch information
whistleJs authored Feb 13, 2024
2 parents f06c34b + 45fb153 commit faf7dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/config/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const axiosInstance = axios.create({ baseURL });

axiosInstance.interceptors.request.use((config) => {
config.withCredentials = true;
config.headers['Access-Control-Allow-Origin'] = '*';
// config.headers['Access-Control-Allow-Origin'] = '*';

if (localStorage.vino) {
const storage = JSON.parse(localStorage.vino);
Expand Down

0 comments on commit faf7dd0

Please sign in to comment.