Skip to content

Commit

Permalink
Merge pull request #262 from TheUpperPart/Config/#261
Browse files Browse the repository at this point in the history
Config: https 적용으로 웹소켓 주소 변경
  • Loading branch information
navyjeongs authored Dec 6, 2023
2 parents 9a4bf8a + 665b6d3 commit 3ce8ff9
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,5 +1,5 @@
let SERVER_URL = 'https://leaguehub.co.kr';
const SOCKET_URL = 'ws://leaguehub.co.kr/ws/websocket';
const SOCKET_URL = 'wss://leaguehub.co.kr/wss/websocket';

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

0 comments on commit 3ce8ff9

Please sign in to comment.