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

Commit c09a7df

Browse files
authored
Merge pull request #275 from neetkee/patch-1
Fix wrong port number in subscriptions example
2 parents 02de97a + f8a113c commit c09a7df

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)