Skip to content

Commit

Permalink
Merge pull request #255 from TheUpperPart/Config/#254
Browse files Browse the repository at this point in the history
Config: 서버 url 변경
  • Loading branch information
navyjeongs authored Dec 2, 2023
2 parents a66c791 + 4cb38c8 commit 17522a3
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://leaguehub.co.kr:8080';
let SERVER_URL = 'https://leaguehub.co.kr';
const SOCKET_URL = 'ws://leaguehub.co.kr/ws/websocket';

if (process.env.NODE_ENV === 'development') {
Expand Down

0 comments on commit 17522a3

Please sign in to comment.