diff --git a/src/main/resources/static/js/chat-room.js b/src/main/resources/static/js/chat-room.js index abdd536..b96351f 100644 --- a/src/main/resources/static/js/chat-room.js +++ b/src/main/resources/static/js/chat-room.js @@ -1,6 +1,6 @@ const stompClient = new StompJs.Client({ //web socket server 설정 - brokerURL: 'ws://43.201.96.168:8080/endpoint' + brokerURL: 'ws://43.201.114.163:8080/endpoint' }) stompClient.activate();