Skip to content

Commit

Permalink
chore: 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
2yunseong committed Nov 21, 2023
1 parent edf3023 commit 1e2fb3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/api-v2/apiv2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { getLocalStorageItem, removeLocalStorageItem } from 'utils/localStorage'

const apiV2 = axios.create({
baseURL: process.env.REACT_APP_SERVER_URL,
// baseURL: 'http://192.168.2.160:8080/',
headers: {
'Content-type': 'application/json',
},
Expand Down

0 comments on commit 1e2fb3d

Please sign in to comment.