Skip to content

Commit 7026ab7

Browse files
committed
chore(ws): Change ws route
1 parent 653068a commit 7026ab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/websocket/wizard.gateway.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import { AgentRequestDto } from 'omniboxd/wizard/dto/agent-request.dto';
1919
credentials: true,
2020
},
2121
namespace: '/wizard',
22+
path: '/api/v1/socket.io',
2223
})
2324
export class WizardGateway implements OnGatewayConnection, OnGatewayDisconnect {
2425
@WebSocketServer()

0 commit comments

Comments
 (0)