Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Jan 3, 2025
2 parents 5a0fa99 + 5923f40 commit 3153db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dgs-subscription-ui/src/app/graphql.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { HttpLink } from 'apollo-angular/http';
});
// Create a WebSocket link:
const ws = new WebSocketLink({
uri: 'ws://localhost:8080/subscriptions',
uri: 'ws://localhost:8080/graphql',
options: {
reconnect: true,
},
Expand Down

0 comments on commit 3153db7

Please sign in to comment.