Skip to content

Commit

Permalink
Fix websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaNarra committed Nov 20, 2024
1 parent 9ba5b8e commit 199b781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qlkube/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ async function main() {

const wsServer = new WebSocketServer({
server: httpServer,
path: '/subscriptions',
path: '/subscription',
});
const serverCleanup = useServer({ schema }, wsServer);

Expand Down

0 comments on commit 199b781

Please sign in to comment.