Fix for issue #10204.

This commit is contained in:
Philippe Soares
2020-10-25 23:05:27 -04:00
parent 0a08a627ea
commit 085f5c2eaf
4 changed files with 25 additions and 25 deletions

View File

@@ -19,7 +19,7 @@
function connect() { function connect() {
var socket = new SockJS('/spring-mvc-java/chat'); var socket = new SockJS('/chat');
stompClient = Stomp.over(socket); stompClient = Stomp.over(socket);
stompClient.connect({}, function(frame) { stompClient.connect({}, function(frame) {