Skip to content

Commit

Permalink
feat: 도메인 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
coddingyun committed Dec 1, 2023
1 parent 064c3cc commit bca8365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/annotation-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { postApi } from '../custom/utils/apiFetch'

let api = '';
if (process.env.NODE_ENV === 'development'){
api = 'https://be.yeondoo.net'
api = 'https://be.yeon-doo.com'
// api = 'https://virtserver.swaggerhub.com/SYLEELSW_1/Yeondoo/2.0'
}
else if (process.env.NODE_ENV === 'production'){
Expand Down
2 changes: 1 addition & 1 deletion src/index.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ window.dev = true;
// 추가: api 연결
let api = '';
if (process.env.NODE_ENV === 'development'){
api = 'https://be.yeondoo.net'
api = 'https://be.yeon-doo.com'
// api = 'https://virtserver.swaggerhub.com/SYLEELSW_1/Yeondoo/2.0'
}
else if (process.env.NODE_ENV === 'production'){
Expand Down

0 comments on commit bca8365

Please sign in to comment.