Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedegeofroy committed Oct 15, 2024
1 parent 17e20b3 commit d6c03ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/instances/ghql.instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { WebSocketLink } from '@apollo/client/link/ws';
import { SubscriptionClient } from 'subscriptions-transport-ws';

const wsLink = new WebSocketLink(
new SubscriptionClient(`ws://${process.env.BACKEND_URL}/graphql`, {
new SubscriptionClient(`wss://${process.env.BACKEND_URL}/graphql`, {
reconnect: true,
})
);
Expand Down

0 comments on commit d6c03ac

Please sign in to comment.