Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit f8a113c

Browse files
authored
Fix wrong port number in subscriptions example
Fix for #268
1 parent fc6a8ee commit f8a113c

File tree

1 file changed

+1
-1
lines changed
  • example-graphql-subscription/src/main/resources/public

1 file changed

+1
-1
lines changed

example-graphql-subscription/src/main/resources/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
}
6363

6464
function subscribeToStocks() {
65-
var exampleSocket = new WebSocket("ws://localhost:9000/subscriptions");
65+
var exampleSocket = new WebSocket("ws://localhost:9001/subscriptions");
6666
networkBlip();
6767

6868
exampleSocket.onopen = function () {

0 commit comments

Comments
 (0)