From: gustavo Date: Sun, 8 May 2016 20:25:07 +0000 (+0200) Subject: stomp: update client for using full featured broker X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=64d38b66db3a071e74ef87891c1b2ed7a309894f;p=JavaScriptForFun stomp: update client for using full featured broker --- diff --git a/angularjs/stomp/src/stomp/app/example/example.controller.js b/angularjs/stomp/src/stomp/app/example/example.controller.js index 9d3fc0e..d3b06fa 100644 --- a/angularjs/stomp/src/stomp/app/example/example.controller.js +++ b/angularjs/stomp/src/stomp/app/example/example.controller.js @@ -25,7 +25,7 @@ var client; var subscription; - vm.url = $location.protocol() + '://' + $location.host() + '/spring-stomp-server/portfolio'; + vm.url = $location.protocol() + '://' + $location.host() + '/spring-stomp-server-full/fullportfolio'; vm.clientDestination = '/topic/greeting'; vm.serverDestination = '/app/greeting'; vm.connectHeaders = JSON.stringify({