Skip to content

Commit

Permalink
test: production baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
osdoonhyun committed Jan 17, 2024
1 parent 6628575 commit 1fe7cb7
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 1fe7cb7

Please sign in to comment.