Skip to content

Commit

Permalink
Fix: 서버 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
pp449 committed Jul 18, 2023
1 parent 8d44614 commit 840ede1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let SERVER_URL = 'http://13.209.91.5:8080';
let SERVER_URL = 'https://burimi.store';
if (process.env.NODE_ENV === 'development') {
SERVER_URL = 'http://localhost:8080';
}
Expand Down

0 comments on commit 840ede1

Please sign in to comment.