From 64d38b66db3a071e74ef87891c1b2ed7a309894f Mon Sep 17 00:00:00 2001 From: gustavo Date: Sun, 8 May 2016 22:25:07 +0200 Subject: [PATCH] stomp: update client for using full featured broker --- angularjs/stomp/src/stomp/app/example/example.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({ -- 2.1.4