We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653068a commit 7026ab7Copy full SHA for 7026ab7
src/websocket/wizard.gateway.ts
@@ -19,6 +19,7 @@ import { AgentRequestDto } from 'omniboxd/wizard/dto/agent-request.dto';
19
credentials: true,
20
},
21
namespace: '/wizard',
22
+ path: '/api/v1/socket.io',
23
})
24
export class WizardGateway implements OnGatewayConnection, OnGatewayDisconnect {
25
@WebSocketServer()
0 commit comments