Skip to content

Commit

Permalink
Config(config): 변경된 서버 주소로 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
pp449 committed Nov 21, 2023
1 parent 2922c8b commit c7cb665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let SERVER_URL = 'http://3.38.168.158:8080';
const SOCKET_URL = 'ws://3.38.168.158:8080/ws/websocket';
let SERVER_URL = 'http://leaguehub.co.kr';
const SOCKET_URL = 'ws://leaguehub.co.kr/ws/websocket';

if (process.env.NODE_ENV === 'development') {
SERVER_URL = 'http://localhost:8080';
Expand Down

0 comments on commit c7cb665

Please sign in to comment.