Skip to content

Commit

Permalink
remove: 필요없는 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
osdoonhyun committed Jan 17, 2024
1 parent c9516b4 commit 2859b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selq-client/src/apis/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const defaultConfig = {
'Content-Type': 'application/json',
},
};
console.log('DEFAULT', defaultConfig.baseURL);

// 일반 API
export const api = axios.create(defaultConfig);

Expand Down

0 comments on commit 2859b2c

Please sign in to comment.